Liferay 6.1.2-ce-ga3

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.PollsVoteBaseImpl
              extended by com.liferay.portlet.polls.model.impl.PollsVoteImpl
All Implemented Interfaces:
AuditedModel, BaseModel<PollsVote>, ClassedModel, PersistedModel, PollsVote, PollsVoteModel, Serializable, Cloneable, Comparable<PollsVote>

public class PollsVoteImpl
extends PollsVoteBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.polls.model.impl.PollsVoteModelImpl
CHOICEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, QUESTIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
PollsVoteImpl()
           
 
Method Summary
 PollsChoice getChoice()
           
 
Methods inherited from class com.liferay.portlet.polls.model.impl.PollsVoteBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.polls.model.impl.PollsVoteModelImpl
clone, compareTo, equals, getChoiceId, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalChoiceId, getOriginalQuestionId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUserId, getUserName, getUserUuid, getVoteDate, getVoteId, hashCode, resetOriginalValues, setChoiceId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setQuestionId, setUserId, setUserName, setUserUuid, setVoteDate, setVoteId, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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
 

Constructor Detail

PollsVoteImpl

public PollsVoteImpl()
Method Detail

getChoice

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

Liferay 6.1.2-ce-ga3