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.service.model.impl.PollsChoiceImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.polls.service.model.PollsChoiceModel, com.liferay.portlet.polls.service.model.impl.PollsChoiceImpl, com.liferay.portlet.polls.service.model.impl.PollsChoiceModelImpl

Methods inherited from interface com.liferay.portlet.polls.model.PollsChoiceModel
getChoiceId, getDescription, getName, getPrimaryKey, getQuestionId, setChoiceId, setDescription, setName, setPrimaryKey, setQuestionId
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo