|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.portlet.workflow.model.WorkflowInstance
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 |
public WorkflowInstance()
public WorkflowInstance(WorkflowDefinition definition, java.util.Calendar endDate, boolean ended, long instanceId, java.util.Calendar startDate, WorkflowToken token)
Method Detail |
public WorkflowDefinition getDefinition()
public void setDefinition(WorkflowDefinition definition)
definition
- public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate
- public boolean isEnded()
public void setEnded(boolean ended)
ended
- public long getInstanceId()
public void setInstanceId(long instanceId)
instanceId
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public WorkflowToken getToken()
public void setToken(WorkflowToken token)
token
- public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |