com.liferay.client.soap.portlet.tasks.model
Class TasksReviewSoap

java.lang.Object
  extended by com.liferay.client.soap.portlet.tasks.model.TasksReviewSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TasksReviewSoap()
           
TasksReviewSoap(long assignedByUserId, java.lang.String assignedByUserName, long companyId, boolean completed, java.util.Calendar createDate, long groupId, java.util.Calendar modifiedDate, long primaryKey, long proposalId, boolean rejected, long reviewId, int stage, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAssignedByUserId()
          Gets the assignedByUserId value for this TasksReviewSoap.
 java.lang.String getAssignedByUserName()
          Gets the assignedByUserName value for this TasksReviewSoap.
 long getCompanyId()
          Gets the companyId value for this TasksReviewSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this TasksReviewSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this TasksReviewSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this TasksReviewSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this TasksReviewSoap.
 long getProposalId()
          Gets the proposalId value for this TasksReviewSoap.
 long getReviewId()
          Gets the reviewId value for this TasksReviewSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStage()
          Gets the stage value for this TasksReviewSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this TasksReviewSoap.
 java.lang.String getUserName()
          Gets the userName value for this TasksReviewSoap.
 int hashCode()
           
 boolean isCompleted()
          Gets the completed value for this TasksReviewSoap.
 boolean isRejected()
          Gets the rejected value for this TasksReviewSoap.
 void setAssignedByUserId(long assignedByUserId)
          Sets the assignedByUserId value for this TasksReviewSoap.
 void setAssignedByUserName(java.lang.String assignedByUserName)
          Sets the assignedByUserName value for this TasksReviewSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this TasksReviewSoap.
 void setCompleted(boolean completed)
          Sets the completed value for this TasksReviewSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this TasksReviewSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this TasksReviewSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this TasksReviewSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this TasksReviewSoap.
 void setProposalId(long proposalId)
          Sets the proposalId value for this TasksReviewSoap.
 void setRejected(boolean rejected)
          Sets the rejected value for this TasksReviewSoap.
 void setReviewId(long reviewId)
          Sets the reviewId value for this TasksReviewSoap.
 void setStage(int stage)
          Sets the stage value for this TasksReviewSoap.
 void setUserId(long userId)
          Sets the userId value for this TasksReviewSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this TasksReviewSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksReviewSoap

public TasksReviewSoap()

TasksReviewSoap

public TasksReviewSoap(long assignedByUserId,
                       java.lang.String assignedByUserName,
                       long companyId,
                       boolean completed,
                       java.util.Calendar createDate,
                       long groupId,
                       java.util.Calendar modifiedDate,
                       long primaryKey,
                       long proposalId,
                       boolean rejected,
                       long reviewId,
                       int stage,
                       long userId,
                       java.lang.String userName)
Method Detail

getAssignedByUserId

public long getAssignedByUserId()
Gets the assignedByUserId value for this TasksReviewSoap.

Returns:
assignedByUserId

setAssignedByUserId

public void setAssignedByUserId(long assignedByUserId)
Sets the assignedByUserId value for this TasksReviewSoap.

Parameters:
assignedByUserId -

getAssignedByUserName

public java.lang.String getAssignedByUserName()
Gets the assignedByUserName value for this TasksReviewSoap.

Returns:
assignedByUserName

setAssignedByUserName

public void setAssignedByUserName(java.lang.String assignedByUserName)
Sets the assignedByUserName value for this TasksReviewSoap.

Parameters:
assignedByUserName -

getCompanyId

public long getCompanyId()
Gets the companyId value for this TasksReviewSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this TasksReviewSoap.

Parameters:
companyId -

isCompleted

public boolean isCompleted()
Gets the completed value for this TasksReviewSoap.

Returns:
completed

setCompleted

public void setCompleted(boolean completed)
Sets the completed value for this TasksReviewSoap.

Parameters:
completed -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getGroupId

public long getGroupId()
Gets the groupId value for this TasksReviewSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this TasksReviewSoap.

Parameters:
groupId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this TasksReviewSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this TasksReviewSoap.

Parameters:
modifiedDate -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this TasksReviewSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this TasksReviewSoap.

Parameters:
primaryKey -

getProposalId

public long getProposalId()
Gets the proposalId value for this TasksReviewSoap.

Returns:
proposalId

setProposalId

public void setProposalId(long proposalId)
Sets the proposalId value for this TasksReviewSoap.

Parameters:
proposalId -

isRejected

public boolean isRejected()
Gets the rejected value for this TasksReviewSoap.

Returns:
rejected

setRejected

public void setRejected(boolean rejected)
Sets the rejected value for this TasksReviewSoap.

Parameters:
rejected -

getReviewId

public long getReviewId()
Gets the reviewId value for this TasksReviewSoap.

Returns:
reviewId

setReviewId

public void setReviewId(long reviewId)
Sets the reviewId value for this TasksReviewSoap.

Parameters:
reviewId -

getStage

public int getStage()
Gets the stage value for this TasksReviewSoap.

Returns:
stage

setStage

public void setStage(int stage)
Sets the stage value for this TasksReviewSoap.

Parameters:
stage -

getUserId

public long getUserId()
Gets the userId value for this TasksReviewSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this TasksReviewSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this TasksReviewSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this TasksReviewSoap.

Parameters:
userName -

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