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

java.lang.Object
  extended by com.liferay.client.portlet.workflow.model.WorkflowTask
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

WorkflowTask

public WorkflowTask()

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

getAssignedUserId

public long getAssignedUserId()
Gets the assignedUserId value for this WorkflowTask.

Returns:
assignedUserId

setAssignedUserId

public void setAssignedUserId(long assignedUserId)
Sets the assignedUserId value for this WorkflowTask.

Parameters:
assignedUserId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this WorkflowTask.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this WorkflowTask.

Parameters:
createDate -

getEndDate

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

Returns:
endDate

setEndDate

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

Parameters:
endDate -

getInstance

public WorkflowInstance getInstance()
Gets the instance value for this WorkflowTask.

Returns:
instance

setInstance

public void setInstance(WorkflowInstance instance)
Sets the instance value for this WorkflowTask.

Parameters:
instance -

getName

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

Returns:
name

setName

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

Parameters:
name -

getStartDate

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

Returns:
startDate

setStartDate

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

Parameters:
startDate -

getTaskId

public long getTaskId()
Gets the taskId value for this WorkflowTask.

Returns:
taskId

setTaskId

public void setTaskId(long taskId)
Sets the taskId value for this WorkflowTask.

Parameters:
taskId -

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