com.liferay.portlet.polls.model
Interface PollsQuestion
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, PollsQuestionModel, java.io.Serializable
- public interface PollsQuestion
- extends PollsQuestionModel
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 PollsQuestion
table
in the database.
Customize com.liferay.portlet.polls.service.model.impl.PollsQuestionImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.polls.service.model.PollsQuestionModel
,
com.liferay.portlet.polls.service.model.impl.PollsQuestionImpl
,
com.liferay.portlet.polls.service.model.impl.PollsQuestionModelImpl
Methods inherited from interface com.liferay.portlet.polls.model.PollsQuestionModel |
getCompanyId, getCreateDate, getDescription, getExpirationDate, getGroupId, getLastVoteDate, getModifiedDate, getPrimaryKey, getQuestionId, getTitle, getUserId, getUserName, setCompanyId, setCreateDate, setDescription, setExpirationDate, setGroupId, setLastVoteDate, setModifiedDate, setPrimaryKey, setQuestionId, setTitle, setUserId, setUserName |
Methods inherited from interface java.lang.Comparable |
compareTo |
isExpired
public boolean isExpired()