Liferay 6.0.3

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

This interface is a model that represents the PollsVote table in the database.

Customize PollsVoteImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
PollsVoteModel, PollsVoteImpl, PollsVoteModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 PollsChoice getChoice()
           
 
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
 

Method Detail

getChoice

PollsChoice getChoice()
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

Liferay 6.0.3