Liferay 6.0.5

com.liferay.portlet.polls.model
Interface PollsChoice

All Superinterfaces:
BaseModel<PollsChoice>, Cloneable, Comparable<PollsChoice>, PollsChoiceModel, Serializable
All Known Implementing Classes:
PollsChoiceImpl, 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 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.

See Also:
PollsChoiceModel, PollsChoiceImpl, PollsChoiceModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 int getVotesCount()
           
 
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
 

Method Detail

getVotesCount

int getVotesCount()
                  throws SystemException
Throws:
SystemException

Liferay 6.0.5