@ProviderType public interface MBStatsUserModel extends com.liferay.portal.kernel.model.BaseModel<MBStatsUser>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.message.boards.model.impl.MBStatsUserModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.message.boards.model.impl.MBStatsUserImpl
.
MBStatsUser
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Returns the company ID of this message boards stats user.
|
long |
getGroupId()
Returns the group ID of this message boards stats user.
|
java.util.Date |
getLastPostDate()
Returns the last post date of this message boards stats user.
|
int |
getMessageCount()
Returns the message count of this message boards stats user.
|
long |
getPrimaryKey()
Returns the primary key of this message boards stats user.
|
long |
getStatsUserId()
Returns the stats user ID of this message boards stats user.
|
java.lang.String |
getStatsUserUuid()
Returns the stats user uuid of this message boards stats user.
|
long |
getUserId()
Returns the user ID of this message boards stats user.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards stats user.
|
void |
setCompanyId(long companyId)
Sets the company ID of this message boards stats user.
|
void |
setGroupId(long groupId)
Sets the group ID of this message boards stats user.
|
void |
setLastPostDate(java.util.Date lastPostDate)
Sets the last post date of this message boards stats user.
|
void |
setMessageCount(int messageCount)
Sets the message count of this message boards stats user.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards stats user.
|
void |
setStatsUserId(long statsUserId)
Sets the stats user ID of this message boards stats user.
|
void |
setStatsUserUuid(java.lang.String statsUserUuid)
Sets the stats user uuid of this message boards stats user.
|
void |
setUserId(long userId)
Sets the user ID of this message boards stats user.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards stats user.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this message boards stats userlong getStatsUserId()
void setStatsUserId(long statsUserId)
statsUserId
- the stats user ID of this message boards stats userjava.lang.String getStatsUserUuid()
void setStatsUserUuid(java.lang.String statsUserUuid)
statsUserUuid
- the stats user uuid of this message boards stats userlong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this message boards stats userlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this message boards stats userlong getUserId()
void setUserId(long userId)
userId
- the user ID of this message boards stats userjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this message boards stats userint getMessageCount()
void setMessageCount(int messageCount)
messageCount
- the message count of this message boards stats userjava.util.Date getLastPostDate()
void setLastPostDate(java.util.Date lastPostDate)
lastPostDate
- the last post date of this message boards stats user