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
The model interface for the PollsChoice service. Represents a row in the "PollsChoice" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.polls.model.impl.PollsChoiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a polls choice model instance should use the PollsChoice interface instead.
- 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 SystemException
- Throws:
SystemException