com.liferay.portlet.polls.model
Interface PollsQuestionModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- PollsQuestion
public interface PollsQuestionModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.polls.service.model.PollsQuestion
,
com.liferay.portlet.polls.service.model.impl.PollsQuestionImpl
,
com.liferay.portlet.polls.service.model.impl.PollsQuestionModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getUuid
java.lang.String getUuid()
setUuid
void setUuid(java.lang.String uuid)
getQuestionId
long getQuestionId()
setQuestionId
void setQuestionId(long questionId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserName
java.lang.String getUserName()
setUserName
void setUserName(java.lang.String userName)
getCreateDate
java.util.Date getCreateDate()
setCreateDate
void setCreateDate(java.util.Date createDate)
getModifiedDate
java.util.Date getModifiedDate()
setModifiedDate
void setModifiedDate(java.util.Date modifiedDate)
getTitle
java.lang.String getTitle()
setTitle
void setTitle(java.lang.String title)
getDescription
java.lang.String getDescription()
setDescription
void setDescription(java.lang.String description)
getExpirationDate
java.util.Date getExpirationDate()
setExpirationDate
void setExpirationDate(java.util.Date expirationDate)
getLastVoteDate
java.util.Date getLastVoteDate()
setLastVoteDate
void setLastVoteDate(java.util.Date lastVoteDate)
toEscapedModel
PollsQuestion toEscapedModel()