Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PollsChoice>
      extended by com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl
          extended by com.liferay.portlet.polls.model.impl.PollsChoiceImpl
All Implemented Interfaces:
BaseModel<PollsChoice>, PollsChoice, PollsChoiceModel, Serializable, Cloneable, Comparable<PollsChoice>

public class PollsChoiceImpl
extends PollsChoiceModelImpl
implements PollsChoice

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PollsChoiceImpl()
           
 
Method Summary
 int getVotesCount()
           
 
Methods inherited from class com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl
clone, compareTo, equals, getChoiceId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionMap, getExpandoBridge, getName, getOriginalName, getOriginalQuestionId, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUuid, hashCode, setChoiceId, setDescription, setDescription, setDescriptionMap, setExpandoBridgeAttributes, setName, setPrimaryKey, setQuestionId, setUuid, toEscapedModel, 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.PollsChoiceModel
clone, compareTo, getChoiceId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionMap, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setChoiceId, setDescription, setDescription, setDescriptionMap, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setQuestionId, setUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

PollsChoiceImpl

public PollsChoiceImpl()
Method Detail

getVotesCount

public int getVotesCount()
                  throws SystemException
Specified by:
getVotesCount in interface PollsChoice
Throws:
SystemException

Liferay 6.0.5