com.liferay.portlet.polls.model
Class PollsChoiceSoap

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

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

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.polls.service.http.PollsChoiceServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.polls.service.http.PollsChoiceServiceSoap, Serialized Form

Constructor Summary
PollsChoiceSoap()
           
 
Method Summary
 long getChoiceId()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getQuestionId()
           
 java.lang.String getUuid()
           
 void setChoiceId(long choiceId)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setQuestionId(long questionId)
           
 void setUuid(java.lang.String uuid)
           
static PollsChoiceSoap toSoapModel(PollsChoice model)
           
static PollsChoiceSoap[] toSoapModels(java.util.List<PollsChoice> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsChoiceSoap

public PollsChoiceSoap()
Method Detail

toSoapModel

public static PollsChoiceSoap toSoapModel(PollsChoice model)

toSoapModels

public static PollsChoiceSoap[] toSoapModels(java.util.List<PollsChoice> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public java.lang.String getUuid()

setUuid

public void setUuid(java.lang.String uuid)

getChoiceId

public long getChoiceId()

setChoiceId

public void setChoiceId(long choiceId)

getQuestionId

public long getQuestionId()

setQuestionId

public void setQuestionId(long questionId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)