@ProviderType public interface MBStatsUserModel extends com.liferay.portal.kernel.model.BaseModel<MBStatsUser>, com.liferay.portal.kernel.model.change.tracking.CTModel<MBStatsUser>, com.liferay.portal.kernel.model.MVCCModel, 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 |
getCtCollectionId()
Returns the ct collection 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 |
getMvccVersion()
Returns the mvcc version 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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection 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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version 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, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBStatsUser>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBStatsUser>primaryKey - the primary key of this message boards stats userlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this message boards stats userlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBStatsUser>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBStatsUser>ctCollectionId - the ct collection ID 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.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - 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