com.liferay.portlet.polls.model
Class PollsVoteSoap
java.lang.Object
com.liferay.portlet.polls.model.PollsVoteSoap
- All Implemented Interfaces:
- Serializable
public class PollsVoteSoap
- extends Object
- implements Serializable
This class is used by
PollsVoteServiceSoap
.
- See Also:
PollsVoteServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollsVoteSoap
public PollsVoteSoap()
toSoapModel
public static PollsVoteSoap toSoapModel(PollsVote model)
toSoapModels
public static PollsVoteSoap[] toSoapModels(PollsVote[] models)
toSoapModels
public static PollsVoteSoap[][] toSoapModels(PollsVote[][] models)
toSoapModels
public static PollsVoteSoap[] toSoapModels(List<PollsVote> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getVoteId
public long getVoteId()
setVoteId
public void setVoteId(long voteId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getQuestionId
public long getQuestionId()
setQuestionId
public void setQuestionId(long questionId)
getChoiceId
public long getChoiceId()
setChoiceId
public void setChoiceId(long choiceId)
getVoteDate
public Date getVoteDate()
setVoteDate
public void setVoteDate(Date voteDate)