Liferay 6.0.5

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.

Never reference this interface directly. All methods that expect a polls vote model instance should use the PollsVote interface instead.

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.5