com.liferay.portlet.polls.model
Interface PollsVote

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

public interface PollsVote
extends PollsVoteModel

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 PollsVote table in the database.

Customize com.liferay.portlet.polls.service.model.impl.PollsVoteImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.polls.service.model.PollsVoteModel, com.liferay.portlet.polls.service.model.impl.PollsVoteImpl, com.liferay.portlet.polls.service.model.impl.PollsVoteModelImpl

Method Summary
 PollsChoice getChoice()
           
 
Methods inherited from interface com.liferay.portlet.polls.model.PollsVoteModel
getChoiceId, getPrimaryKey, getQuestionId, getUserId, getVoteDate, getVoteId, setChoiceId, setPrimaryKey, setQuestionId, setUserId, setVoteDate, setVoteId
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getChoice

public PollsChoice getChoice()
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException