Liferay 6.0.5

com.liferay.portlet.polls.model.impl
Class PollsVoteImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PollsVote>
      extended by com.liferay.portlet.polls.model.impl.PollsVoteModelImpl
          extended by com.liferay.portlet.polls.model.impl.PollsVoteImpl
All Implemented Interfaces:
BaseModel<PollsVote>, PollsVote, PollsVoteModel, Serializable, Cloneable, Comparable<PollsVote>

public class PollsVoteImpl
extends PollsVoteModelImpl
implements PollsVote

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.polls.model.impl.PollsVoteModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PollsVoteImpl()
           
 
Method Summary
 PollsChoice getChoice()
           
 
Methods inherited from class com.liferay.portlet.polls.model.impl.PollsVoteModelImpl
clone, compareTo, equals, getChoiceId, getExpandoBridge, getOriginalQuestionId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUserId, getUserUuid, getVoteDate, getVoteId, hashCode, setChoiceId, setExpandoBridgeAttributes, setPrimaryKey, setQuestionId, setUserId, setUserUuid, setVoteDate, setVoteId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

PollsVoteImpl

public PollsVoteImpl()
Method Detail

getChoice

public PollsChoice getChoice()
                      throws PortalException,
                             SystemException
Specified by:
getChoice in interface PollsVote
Throws:
PortalException
SystemException

Liferay 6.0.5