IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class Role

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

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

A Role within WLE can determine what actions its members are allowed to perform and which process instances and tasks they can interact with.

See Also:
Serialized Form

Constructor Summary
Role()
           
Role(long id, java.lang.String name, java.lang.String displayName)
           
 
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
 java.lang.String getDisplayName()
          Gets the displayName value for this Role.
 long getId()
          Gets the id value for this Role.
 java.lang.String getName()
          Gets the name value for this Role.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this Role.
 void setId(long id)
          Sets the id value for this Role.
 void setName(java.lang.String name)
          Sets the name value for this Role.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role

public Role()

Role

public Role(long id,
            java.lang.String name,
            java.lang.String displayName)
Method Detail

getId

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

Returns:
id * The environment specific identifier of the role

setId

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

Parameters:
id - * The environment specific identifier of the role

getName

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

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

setName

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

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

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this Role.

Returns:
displayName * The display name of the Role object. This is not guaranteed to be unique.

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this Role.

Parameters:
displayName - * The display name of the Role object. This is not guaranteed to be unique.

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.