com.liferay.portlet.messageboards.model
Interface MBStatsUserModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- MBStatsUser
public interface MBStatsUserModel
- 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 MBStatsUser
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.messageboards.service.model.MBStatsUser
,
com.liferay.portlet.messageboards.service.model.impl.MBStatsUserImpl
,
com.liferay.portlet.messageboards.service.model.impl.MBStatsUserModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getStatsUserId
long getStatsUserId()
setStatsUserId
void setStatsUserId(long statsUserId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getMessageCount
int getMessageCount()
setMessageCount
void setMessageCount(int messageCount)
getLastPostDate
java.util.Date getLastPostDate()
setLastPostDate
void setLastPostDate(java.util.Date lastPostDate)
toEscapedModel
MBStatsUser toEscapedModel()