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

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

Method Summary
 PollsChoice getChoice()
           
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.polls.model.PollsVoteModel
getChoiceId, getPrimaryKey, getQuestionId, getUserId, getVoteDate, getVoteId, setChoiceId, setPrimaryKey, setQuestionId, setUserId, setVoteDate, setVoteId, 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

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getChoice

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