com.liferay.client.portlet.workflow.model
Class WorkflowToken

java.lang.Object
  extended bycom.liferay.client.portlet.workflow.model.WorkflowToken
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WorkflowToken()
           
WorkflowToken(java.lang.Object[] children, java.lang.String name, java.lang.Object[] tasks, long tokenId, java.lang.String type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object[] getChildren()
          Gets the children value for this WorkflowToken.
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 getName()
          Gets the name value for this WorkflowToken.
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.Object[] getTasks()
          Gets the tasks value for this WorkflowToken.
 long getTokenId()
          Gets the tokenId value for this WorkflowToken.
 java.lang.String getType()
          Gets the type value for this WorkflowToken.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setChildren(java.lang.Object[] children)
          Sets the children value for this WorkflowToken.
 void setName(java.lang.String name)
          Sets the name value for this WorkflowToken.
 void setTasks(java.lang.Object[] tasks)
          Sets the tasks value for this WorkflowToken.
 void setTokenId(long tokenId)
          Sets the tokenId value for this WorkflowToken.
 void setType(java.lang.String type)
          Sets the type value for this WorkflowToken.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowToken

public WorkflowToken()

WorkflowToken

public WorkflowToken(java.lang.Object[] children,
                     java.lang.String name,
                     java.lang.Object[] tasks,
                     long tokenId,
                     java.lang.String type)
Method Detail

getChildren

public java.lang.Object[] getChildren()
Gets the children value for this WorkflowToken.

Returns:
children

setChildren

public void setChildren(java.lang.Object[] children)
Sets the children value for this WorkflowToken.

Parameters:
children -

getName

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

Returns:
name

setName

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

Parameters:
name -

getTasks

public java.lang.Object[] getTasks()
Gets the tasks value for this WorkflowToken.

Returns:
tasks

setTasks

public void setTasks(java.lang.Object[] tasks)
Sets the tasks value for this WorkflowToken.

Parameters:
tasks -

getTokenId

public long getTokenId()
Gets the tokenId value for this WorkflowToken.

Returns:
tokenId

setTokenId

public void setTokenId(long tokenId)
Sets the tokenId value for this WorkflowToken.

Parameters:
tokenId -

getType

public java.lang.String getType()
Gets the type value for this WorkflowToken.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this WorkflowToken.

Parameters:
type -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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