Liferay 6.2-ce-ga5

com.liferay.portlet.polls.model
Interface PollsVote

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

@ProviderType
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, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUserId, getUserName, getUserUuid, getUuid, getVoteDate, getVoteId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setChoiceId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setQuestionId, setUserId, setUserName, setUserUuid, setUuid, 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.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getChoice

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

Liferay 6.2-ce-ga5