com.liferay.client.soap.portlet.polls.model
Class PollsQuestionSoap

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

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

See Also:
Serialized Form

Constructor Summary
PollsQuestionSoap()
           
PollsQuestionSoap(long companyId, java.util.Calendar createDate, java.lang.String description, java.util.Calendar expirationDate, long groupId, java.util.Calendar lastVoteDate, java.util.Calendar modifiedDate, long primaryKey, long questionId, java.lang.String title, long userId, java.lang.String userName, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this PollsQuestionSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this PollsQuestionSoap.
 java.lang.String getDescription()
          Gets the description value for this PollsQuestionSoap.
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 getExpirationDate()
          Gets the expirationDate value for this PollsQuestionSoap.
 long getGroupId()
          Gets the groupId value for this PollsQuestionSoap.
 java.util.Calendar getLastVoteDate()
          Gets the lastVoteDate value for this PollsQuestionSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this PollsQuestionSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this PollsQuestionSoap.
 long getQuestionId()
          Gets the questionId value for this PollsQuestionSoap.
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 getTitle()
          Gets the title value for this PollsQuestionSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this PollsQuestionSoap.
 java.lang.String getUserName()
          Gets the userName value for this PollsQuestionSoap.
 java.lang.String getUuid()
          Gets the uuid value for this PollsQuestionSoap.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this PollsQuestionSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this PollsQuestionSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this PollsQuestionSoap.
 void setExpirationDate(java.util.Calendar expirationDate)
          Sets the expirationDate value for this PollsQuestionSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this PollsQuestionSoap.
 void setLastVoteDate(java.util.Calendar lastVoteDate)
          Sets the lastVoteDate value for this PollsQuestionSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this PollsQuestionSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this PollsQuestionSoap.
 void setQuestionId(long questionId)
          Sets the questionId value for this PollsQuestionSoap.
 void setTitle(java.lang.String title)
          Sets the title value for this PollsQuestionSoap.
 void setUserId(long userId)
          Sets the userId value for this PollsQuestionSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this PollsQuestionSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this PollsQuestionSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsQuestionSoap

public PollsQuestionSoap()

PollsQuestionSoap

public PollsQuestionSoap(long companyId,
                         java.util.Calendar createDate,
                         java.lang.String description,
                         java.util.Calendar expirationDate,
                         long groupId,
                         java.util.Calendar lastVoteDate,
                         java.util.Calendar modifiedDate,
                         long primaryKey,
                         long questionId,
                         java.lang.String title,
                         long userId,
                         java.lang.String userName,
                         java.lang.String uuid)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getExpirationDate

public java.util.Calendar getExpirationDate()
Gets the expirationDate value for this PollsQuestionSoap.

Returns:
expirationDate

setExpirationDate

public void setExpirationDate(java.util.Calendar expirationDate)
Sets the expirationDate value for this PollsQuestionSoap.

Parameters:
expirationDate -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getLastVoteDate

public java.util.Calendar getLastVoteDate()
Gets the lastVoteDate value for this PollsQuestionSoap.

Returns:
lastVoteDate

setLastVoteDate

public void setLastVoteDate(java.util.Calendar lastVoteDate)
Sets the lastVoteDate value for this PollsQuestionSoap.

Parameters:
lastVoteDate -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getQuestionId

public long getQuestionId()
Gets the questionId value for this PollsQuestionSoap.

Returns:
questionId

setQuestionId

public void setQuestionId(long questionId)
Sets the questionId value for this PollsQuestionSoap.

Parameters:
questionId -

getTitle

public java.lang.String getTitle()
Gets the title value for this PollsQuestionSoap.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this PollsQuestionSoap.

Parameters:
title -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this PollsQuestionSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this PollsQuestionSoap.

Parameters:
uuid -

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