IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class Priority

java.lang.Object
  extended by com.lombardisoftware.webapi.Priority
All Implemented Interfaces:
java.io.Serializable

public class Priority
extends java.lang.Object
implements java.io.Serializable

Priority is used to organize tasks by importance. WLE comes with a standard set of priorities including: Very Urgent, Urgent, Normal, Low, and Very Low. Additional priorities can be created via the IBM Process Designer.

See Also:
Serialized Form

Constructor Summary
Priority()
           
Priority(long id, java.lang.String name, java.lang.String systemId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this Priority.
 java.lang.String getName()
          Gets the name value for this Priority.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSystemId()
          Gets the systemId value for this Priority.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(long id)
          Sets the id value for this Priority.
 void setName(java.lang.String name)
          Sets the name value for this Priority.
 void setSystemId(java.lang.String systemId)
          Sets the systemId value for this Priority.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Priority

public Priority()

Priority

public Priority(long id,
                java.lang.String name,
                java.lang.String systemId)
Method Detail

getId

public long getId()
Gets the id value for this Priority.

Returns:
id * The environment specific identifier of the priority.

setId

public void setId(long id)
Sets the id value for this Priority.

Parameters:
id - * The environment specific identifier of the priority.

getName

public java.lang.String getName()
Gets the name value for this Priority.

Returns:
name * The name of the priority. Can be missing or nil if the Priority is only partially loaded.

setName

public void setName(java.lang.String name)
Sets the name value for this Priority.

Parameters:
name - * The name of the priority. Can be missing or nil if the Priority is only partially loaded.

getSystemId

public java.lang.String getSystemId()
Gets the systemId value for this Priority.

Returns:
systemId * The system identifier of this priority. Can be missing or nil if the Priority is only partially loaded.

setSystemId

public void setSystemId(java.lang.String systemId)
Sets the systemId value for this Priority.

Parameters:
systemId - * The system identifier of this priority. Can be missing or nil if the Priority is only partially loaded.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.