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
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getQuestionId
public long getQuestionId()
setQuestionId
public void setQuestionId(long questionId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public java.lang.String getUserName()
setUserName
public void setUserName(java.lang.String userName)
getCreateDate
public java.util.Date getCreateDate()
setCreateDate
public void setCreateDate(java.util.Date createDate)
getModifiedDate
public java.util.Date getModifiedDate()
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getExpirationDate
public java.util.Date getExpirationDate()
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
getLastVoteDate
public java.util.Date getLastVoteDate()
setLastVoteDate
public void setLastVoteDate(java.util.Date lastVoteDate)