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

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

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

See Also:
Serialized Form

Constructor Summary
TasksProposalSoap()
           
TasksProposalSoap(long classNameId, java.lang.String classPK, long companyId, java.util.Calendar createDate, java.lang.String description, java.util.Calendar dueDate, long groupId, java.util.Calendar modifiedDate, java.lang.String name, long primaryKey, long proposalId, java.util.Calendar publishDate, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this TasksProposalSoap.
 java.lang.String getClassPK()
          Gets the classPK value for this TasksProposalSoap.
 long getCompanyId()
          Gets the companyId value for this TasksProposalSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this TasksProposalSoap.
 java.lang.String getDescription()
          Gets the description value for this TasksProposalSoap.
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 TasksProposalSoap.
 long getGroupId()
          Gets the groupId value for this TasksProposalSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this TasksProposalSoap.
 java.lang.String getName()
          Gets the name value for this TasksProposalSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this TasksProposalSoap.
 long getProposalId()
          Gets the proposalId value for this TasksProposalSoap.
 java.util.Calendar getPublishDate()
          Gets the publishDate value for this TasksProposalSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this TasksProposalSoap.
 java.lang.String getUserName()
          Gets the userName value for this TasksProposalSoap.
 int hashCode()
           
 void setClassNameId(long classNameId)
          Sets the classNameId value for this TasksProposalSoap.
 void setClassPK(java.lang.String classPK)
          Sets the classPK value for this TasksProposalSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this TasksProposalSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this TasksProposalSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this TasksProposalSoap.
 void setDueDate(java.util.Calendar dueDate)
          Sets the dueDate value for this TasksProposalSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this TasksProposalSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this TasksProposalSoap.
 void setName(java.lang.String name)
          Sets the name value for this TasksProposalSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this TasksProposalSoap.
 void setProposalId(long proposalId)
          Sets the proposalId value for this TasksProposalSoap.
 void setPublishDate(java.util.Calendar publishDate)
          Sets the publishDate value for this TasksProposalSoap.
 void setUserId(long userId)
          Sets the userId value for this TasksProposalSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this TasksProposalSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksProposalSoap

public TasksProposalSoap()

TasksProposalSoap

public TasksProposalSoap(long classNameId,
                         java.lang.String classPK,
                         long companyId,
                         java.util.Calendar createDate,
                         java.lang.String description,
                         java.util.Calendar dueDate,
                         long groupId,
                         java.util.Calendar modifiedDate,
                         java.lang.String name,
                         long primaryKey,
                         long proposalId,
                         java.util.Calendar publishDate,
                         long userId,
                         java.lang.String userName)
Method Detail

getClassNameId

public long getClassNameId()
Gets the classNameId value for this TasksProposalSoap.

Returns:
classNameId

setClassNameId

public void setClassNameId(long classNameId)
Sets the classNameId value for this TasksProposalSoap.

Parameters:
classNameId -

getClassPK

public java.lang.String getClassPK()
Gets the classPK value for this TasksProposalSoap.

Returns:
classPK

setClassPK

public void setClassPK(java.lang.String classPK)
Sets the classPK value for this TasksProposalSoap.

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDueDate

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

Returns:
dueDate

setDueDate

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

Parameters:
dueDate -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getProposalId

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

Returns:
proposalId

setProposalId

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

Parameters:
proposalId -

getPublishDate

public java.util.Calendar getPublishDate()
Gets the publishDate value for this TasksProposalSoap.

Returns:
publishDate

setPublishDate

public void setPublishDate(java.util.Calendar publishDate)
Sets the publishDate value for this TasksProposalSoap.

Parameters:
publishDate -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

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