Liferay 6.1.2-ce-ga3

com.liferay.portlet.polls.model
Class PollsChoiceSoap

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

public class PollsChoiceSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.polls.service.http.PollsChoiceServiceSoap.

See Also:
com.liferay.portlet.polls.service.http.PollsChoiceServiceSoap, Serialized Form

Constructor Summary
PollsChoiceSoap()
           
 
Method Summary
 long getChoiceId()
           
 String getDescription()
           
 String getName()
           
 long getPrimaryKey()
           
 long getQuestionId()
           
 String getUuid()
           
 void setChoiceId(long choiceId)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setQuestionId(long questionId)
           
 void setUuid(String uuid)
           
static PollsChoiceSoap toSoapModel(PollsChoice model)
           
static PollsChoiceSoap[] toSoapModels(List<PollsChoice> models)
           
static PollsChoiceSoap[] toSoapModels(PollsChoice[] models)
           
static PollsChoiceSoap[][] toSoapModels(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(PollsChoice[] models)

toSoapModels

public static PollsChoiceSoap[][] toSoapModels(PollsChoice[][] models)

toSoapModels

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

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getChoiceId

public long getChoiceId()

setChoiceId

public void setChoiceId(long choiceId)

getQuestionId

public long getQuestionId()

setQuestionId

public void setQuestionId(long questionId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Liferay 6.1.2-ce-ga3