com.rf.ats.services.integration.webserv
Class TaskBean

java.lang.Object
  extended bycom.rf.ats.services.integration.webserv.EntityBean
      extended bycom.rf.ats.services.integration.webserv.TaskBean
All Implemented Interfaces:
java.io.Serializable

public class TaskBean
extends EntityBean
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TaskBean()
           
TaskBean(java.util.Calendar creationDate, FlexFieldBean[] flexValues, long id, java.util.Calendar lastUpdated, java.lang.String status, ParticipantBean[] assignedTo, java.lang.String creator, java.lang.String description, java.util.Calendar dueDate, long entityId, java.lang.String entityType, java.lang.String priority, java.lang.String subject)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ParticipantBean[] getAssignedTo()
          Gets the assignedTo value for this TaskBean.
 java.lang.String getCreator()
          Gets the creator value for this TaskBean.
 java.lang.String getDescription()
          Gets the description value for this TaskBean.
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 getDueDate()
          Gets the dueDate value for this TaskBean.
 long getEntityId()
          Gets the entityId value for this TaskBean.
 java.lang.String getEntityType()
          Gets the entityType value for this TaskBean.
 java.lang.String getPriority()
          Gets the priority value for this TaskBean.
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.String getSubject()
          Gets the subject value for this TaskBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAssignedTo(ParticipantBean[] assignedTo)
          Sets the assignedTo value for this TaskBean.
 void setCreator(java.lang.String creator)
          Sets the creator value for this TaskBean.
 void setDescription(java.lang.String description)
          Sets the description value for this TaskBean.
 void setDueDate(java.util.Calendar dueDate)
          Sets the dueDate value for this TaskBean.
 void setEntityId(long entityId)
          Sets the entityId value for this TaskBean.
 void setEntityType(java.lang.String entityType)
          Sets the entityType value for this TaskBean.
 void setPriority(java.lang.String priority)
          Sets the priority value for this TaskBean.
 void setSubject(java.lang.String subject)
          Sets the subject value for this TaskBean.
 
Methods inherited from class com.rf.ats.services.integration.webserv.EntityBean
getCreationDate, getFlexValues, getId, getLastUpdated, getStatus, setCreationDate, setFlexValues, setId, setLastUpdated, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskBean

public TaskBean()

TaskBean

public TaskBean(java.util.Calendar creationDate,
                FlexFieldBean[] flexValues,
                long id,
                java.util.Calendar lastUpdated,
                java.lang.String status,
                ParticipantBean[] assignedTo,
                java.lang.String creator,
                java.lang.String description,
                java.util.Calendar dueDate,
                long entityId,
                java.lang.String entityType,
                java.lang.String priority,
                java.lang.String subject)
Method Detail

getAssignedTo

public ParticipantBean[] getAssignedTo()
Gets the assignedTo value for this TaskBean.

Returns:
assignedTo

setAssignedTo

public void setAssignedTo(ParticipantBean[] assignedTo)
Sets the assignedTo value for this TaskBean.

Parameters:
assignedTo -

getCreator

public java.lang.String getCreator()
Gets the creator value for this TaskBean.

Returns:
creator

setCreator

public void setCreator(java.lang.String creator)
Sets the creator value for this TaskBean.

Parameters:
creator -

getDescription

public java.lang.String getDescription()
Gets the description value for this TaskBean.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this TaskBean.

Parameters:
description -

getDueDate

public java.util.Calendar getDueDate()
Gets the dueDate value for this TaskBean.

Returns:
dueDate

setDueDate

public void setDueDate(java.util.Calendar dueDate)
Sets the dueDate value for this TaskBean.

Parameters:
dueDate -

getEntityId

public long getEntityId()
Gets the entityId value for this TaskBean.

Returns:
entityId

setEntityId

public void setEntityId(long entityId)
Sets the entityId value for this TaskBean.

Parameters:
entityId -

getEntityType

public java.lang.String getEntityType()
Gets the entityType value for this TaskBean.

Returns:
entityType

setEntityType

public void setEntityType(java.lang.String entityType)
Sets the entityType value for this TaskBean.

Parameters:
entityType -

getPriority

public java.lang.String getPriority()
Gets the priority value for this TaskBean.

Returns:
priority

setPriority

public void setPriority(java.lang.String priority)
Sets the priority value for this TaskBean.

Parameters:
priority -

getSubject

public java.lang.String getSubject()
Gets the subject value for this TaskBean.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this TaskBean.

Parameters:
subject -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class EntityBean

hashCode

public int hashCode()
Overrides:
hashCode in class EntityBean

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