com.liferay.portlet.polls.model
Interface PollsChoice

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, PollsChoiceModel, java.io.Serializable

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

Method Summary
 int getVotesCount()
           
 
Methods inherited from interface com.liferay.portlet.polls.model.PollsChoiceModel
getChoiceId, getDescription, getName, getPrimaryKey, getQuestionId, getUuid, setChoiceId, setDescription, setName, setPrimaryKey, setQuestionId, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getVotesCount

int getVotesCount()
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException