com.liferay.portlet.polls.model
Interface PollsVote
- All Superinterfaces:
- BaseModel<PollsVote>, Cloneable, Comparable<PollsVote>, PollsVoteModel, Serializable
- All Known Implementing Classes:
- PollsVoteImpl, PollsVoteWrapper
public interface PollsVote
- extends PollsVoteModel
The model interface for the PollsVote service. Represents a row in the "PollsVote" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to PollsVoteImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
PollsVoteModel,
PollsVoteImpl,
PollsVoteModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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 PortalException,
SystemException
- Throws:
PortalException
SystemException