Liferay 6.1.2-ce-ga3

com.liferay.portlet.polls.model
Interface PollsChoice

All Superinterfaces:
BaseModel<PollsChoice>, ClassedModel, Cloneable, Comparable<PollsChoice>, PersistedModel, PollsChoiceModel, Serializable
All Known Implementing Classes:
PollsChoiceWrapper

public interface PollsChoice
extends PollsChoiceModel, PersistedModel

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

See Also:
PollsChoiceModel, PollsChoiceImpl, PollsChoiceModelImpl

Method Summary
 int getVotesCount()
           
 
Methods inherited from interface com.liferay.portlet.polls.model.PollsChoiceModel
clone, compareTo, getChoiceId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getQuestionId, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setChoiceId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setQuestionId, setUuid, 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

getVotesCount

int getVotesCount()
                  throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3