com.liferay.portlet.polls.model
Interface PollsChoice
- All Superinterfaces:
- BaseModel<PollsChoice>, java.lang.Cloneable, java.lang.Comparable<PollsChoice>, PollsChoiceModel, java.io.Serializable
- All Known Implementing Classes:
- PollsChoiceWrapper
public interface PollsChoice
- extends PollsChoiceModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the PollsChoice table in the
database.
Customize com.liferay.portlet.polls.model.impl.PollsChoiceImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsChoiceModel
,
com.liferay.portlet.polls.model.impl.PollsChoiceImpl
,
com.liferay.portlet.polls.model.impl.PollsChoiceModelImpl
- Generated:
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 |
getVotesCount
int getVotesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException