Liferay 6.1.2-ce-ga3

com.liferay.portlet.polls.model
Interface PollsVote

All Superinterfaces:
AuditedModel, BaseModel<PollsVote>, ClassedModel, Cloneable, Comparable<PollsVote>, PersistedModel, PollsVoteModel, Serializable
All Known Implementing Classes:
PollsVoteWrapper

public interface PollsVote
extends PollsVoteModel, PersistedModel

The extended model interface for the PollsVote service. Represents a row in the "PollsVote" database table, with each column mapped to a property of this class.

See Also:
PollsVoteModel, PollsVoteImpl, PollsVoteModelImpl

Method Summary
 PollsChoice getChoice()
           
 
Methods inherited from interface com.liferay.portlet.polls.model.PollsVoteModel
clone, compareTo, getChoiceId, getCompanyId, getCreateDate, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUserId, getUserName, getUserUuid, getVoteDate, getVoteId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setChoiceId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setQuestionId, setUserId, setUserName, setUserUuid, setVoteDate, setVoteId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getChoice

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

Liferay 6.1.2-ce-ga3