|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.portlet.workflow.model.WorkflowTask
public class WorkflowTask
Constructor Summary | |
---|---|
WorkflowTask()
|
|
WorkflowTask(long assignedUserId,
java.util.Calendar createDate,
java.util.Calendar endDate,
WorkflowInstance instance,
java.lang.String name,
java.util.Calendar startDate,
long taskId)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getAssignedUserId()
Gets the assignedUserId value for this WorkflowTask. |
java.util.Calendar |
getCreateDate()
Gets the createDate value for this WorkflowTask. |
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 WorkflowTask. |
WorkflowInstance |
getInstance()
Gets the instance value for this WorkflowTask. |
java.lang.String |
getName()
Gets the name value for this WorkflowTask. |
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 WorkflowTask. |
long |
getTaskId()
Gets the taskId value for this WorkflowTask. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAssignedUserId(long assignedUserId)
Sets the assignedUserId value for this WorkflowTask. |
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this WorkflowTask. |
void |
setEndDate(java.util.Calendar endDate)
Sets the endDate value for this WorkflowTask. |
void |
setInstance(WorkflowInstance instance)
Sets the instance value for this WorkflowTask. |
void |
setName(java.lang.String name)
Sets the name value for this WorkflowTask. |
void |
setStartDate(java.util.Calendar startDate)
Sets the startDate value for this WorkflowTask. |
void |
setTaskId(long taskId)
Sets the taskId value for this WorkflowTask. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowTask()
public WorkflowTask(long assignedUserId, java.util.Calendar createDate, java.util.Calendar endDate, WorkflowInstance instance, java.lang.String name, java.util.Calendar startDate, long taskId)
Method Detail |
---|
public long getAssignedUserId()
public void setAssignedUserId(long assignedUserId)
assignedUserId
- public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate
- public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate
- public WorkflowInstance getInstance()
public void setInstance(WorkflowInstance instance)
instance
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public long getTaskId()
public void setTaskId(long taskId)
taskId
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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 |