com.liferay.portlet.polls.model
Interface PollsVote
- All Superinterfaces:
- BaseModel<PollsVote>, java.lang.Cloneable, java.lang.Comparable<PollsVote>, PollsVoteModel, java.io.Serializable
- All Known Implementing Classes:
- PollsVoteWrapper
public interface PollsVote
- extends PollsVoteModel
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.
Customize com.liferay.portlet.polls.model.impl.PollsVoteImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsVoteModel
,
com.liferay.portlet.polls.model.impl.PollsVoteImpl
,
com.liferay.portlet.polls.model.impl.PollsVoteModelImpl
- Generated:
Methods inherited from interface com.liferay.portlet.polls.model.PollsVoteModel |
clone, compareTo, getChoiceId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUserId, getUserUuid, getVoteDate, getVoteId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setChoiceId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setQuestionId, setUserId, setUserUuid, setVoteDate, setVoteId, toEscapedModel, toString, toXmlString |
getChoice
PollsChoice getChoice()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException