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

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

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

See Also:
Serialized Form

Constructor Summary
PollsChoiceSoap()
           
PollsChoiceSoap(long choiceId, java.lang.String description, java.lang.String name, long primaryKey, long questionId, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getChoiceId()
          Gets the choiceId value for this PollsChoiceSoap.
 java.lang.String getDescription()
          Gets the description value for this PollsChoiceSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this PollsChoiceSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this PollsChoiceSoap.
 long getQuestionId()
          Gets the questionId value for this PollsChoiceSoap.
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
 java.lang.String getUuid()
          Gets the uuid value for this PollsChoiceSoap.
 int hashCode()
           
 void setChoiceId(long choiceId)
          Sets the choiceId value for this PollsChoiceSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this PollsChoiceSoap.
 void setName(java.lang.String name)
          Sets the name value for this PollsChoiceSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this PollsChoiceSoap.
 void setQuestionId(long questionId)
          Sets the questionId value for this PollsChoiceSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this PollsChoiceSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsChoiceSoap

public PollsChoiceSoap()

PollsChoiceSoap

public PollsChoiceSoap(long choiceId,
                       java.lang.String description,
                       java.lang.String name,
                       long primaryKey,
                       long questionId,
                       java.lang.String uuid)
Method Detail

getChoiceId

public long getChoiceId()
Gets the choiceId value for this PollsChoiceSoap.

Returns:
choiceId

setChoiceId

public void setChoiceId(long choiceId)
Sets the choiceId value for this PollsChoiceSoap.

Parameters:
choiceId -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getQuestionId

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

Returns:
questionId

setQuestionId

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

Parameters:
questionId -

getUuid

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

Returns:
uuid

setUuid

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

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