com.liferay.portlet.polls.model
Interface PollsVoteModel
- All Superinterfaces:
- BaseModel<PollsVote>, java.lang.Cloneable, java.lang.Comparable<PollsVote>, java.io.Serializable
- All Known Subinterfaces:
- PollsVote
public interface PollsVoteModel
- extends BaseModel<PollsVote>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the PollsVote table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsVote
,
com.liferay.portlet.polls.model.impl.PollsVoteImpl
,
com.liferay.portlet.polls.model.impl.PollsVoteModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getVoteId
long getVoteId()
setVoteId
void setVoteId(long voteId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getQuestionId
long getQuestionId()
setQuestionId
void setQuestionId(long questionId)
getChoiceId
long getChoiceId()
setChoiceId
void setChoiceId(long choiceId)
getVoteDate
java.util.Date getVoteDate()
setVoteDate
void setVoteDate(java.util.Date voteDate)
toEscapedModel
PollsVote toEscapedModel()