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

java.lang.Object
  extended bycom.liferay.client.portlet.workflow.model.WorkflowInstance
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WorkflowInstanceSoap

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

See Also:
Serialized Form

Constructor Summary
WorkflowInstance()
           
WorkflowInstance(WorkflowDefinition definition, java.util.Calendar endDate, boolean ended, long instanceId, java.util.Calendar startDate, WorkflowToken token)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WorkflowDefinition getDefinition()
          Gets the definition value for this WorkflowInstance.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getEndDate()
          Gets the endDate value for this WorkflowInstance.
 long getInstanceId()
          Gets the instanceId value for this WorkflowInstance.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDate()
          Gets the startDate value for this WorkflowInstance.
 WorkflowToken getToken()
          Gets the token value for this WorkflowInstance.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isEnded()
          Gets the ended value for this WorkflowInstance.
 void setDefinition(WorkflowDefinition definition)
          Sets the definition value for this WorkflowInstance.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this WorkflowInstance.
 void setEnded(boolean ended)
          Sets the ended value for this WorkflowInstance.
 void setInstanceId(long instanceId)
          Sets the instanceId value for this WorkflowInstance.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this WorkflowInstance.
 void setToken(WorkflowToken token)
          Sets the token value for this WorkflowInstance.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowInstance

public WorkflowInstance()

WorkflowInstance

public WorkflowInstance(WorkflowDefinition definition,
                        java.util.Calendar endDate,
                        boolean ended,
                        long instanceId,
                        java.util.Calendar startDate,
                        WorkflowToken token)
Method Detail

getDefinition

public WorkflowDefinition getDefinition()
Gets the definition value for this WorkflowInstance.

Returns:
definition

setDefinition

public void setDefinition(WorkflowDefinition definition)
Sets the definition value for this WorkflowInstance.

Parameters:
definition -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this WorkflowInstance.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this WorkflowInstance.

Parameters:
endDate -

isEnded

public boolean isEnded()
Gets the ended value for this WorkflowInstance.

Returns:
ended

setEnded

public void setEnded(boolean ended)
Sets the ended value for this WorkflowInstance.

Parameters:
ended -

getInstanceId

public long getInstanceId()
Gets the instanceId value for this WorkflowInstance.

Returns:
instanceId

setInstanceId

public void setInstanceId(long instanceId)
Sets the instanceId value for this WorkflowInstance.

Parameters:
instanceId -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this WorkflowInstance.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this WorkflowInstance.

Parameters:
startDate -

getToken

public WorkflowToken getToken()
Gets the token value for this WorkflowInstance.

Returns:
token

setToken

public void setToken(WorkflowToken token)
Sets the token value for this WorkflowInstance.

Parameters:
token -

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