public class MBStatsUserWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBStatsUser> implements MBStatsUser, com.liferay.portal.kernel.model.ModelWrapper<MBStatsUser>
This class is a wrapper for MBStatsUser
.
MBStatsUser
,
Serialized FormSTATS_USER_ID_ACCESSOR
Constructor and Description |
---|
MBStatsUserWrapper(MBStatsUser 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected MBStatsUserWrapper |
wrap(MBStatsUser mbStatsUser) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public MBStatsUserWrapper(MBStatsUser mbStatsUser)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
public long getCompanyId()
getCompanyId
in interface MBStatsUserModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getGroupId()
getGroupId
in interface MBStatsUserModel
public java.util.Date getLastPostDate()
getLastPostDate
in interface MBStatsUserModel
public int getMessageCount()
getMessageCount
in interface MBStatsUserModel
public long getPrimaryKey()
getPrimaryKey
in interface MBStatsUserModel
public long getStatsUserId()
getStatsUserId
in interface MBStatsUserModel
public java.lang.String getStatsUserUuid()
getStatsUserUuid
in interface MBStatsUserModel
public long getUserId()
getUserId
in interface MBStatsUserModel
public java.lang.String getUserUuid()
getUserUuid
in interface MBStatsUserModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface MBStatsUserModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this message boards stats userpublic void setGroupId(long groupId)
setGroupId
in interface MBStatsUserModel
groupId
- the group ID of this message boards stats userpublic void setLastPostDate(java.util.Date lastPostDate)
setLastPostDate
in interface MBStatsUserModel
lastPostDate
- the last post date of this message boards stats userpublic void setMessageCount(int messageCount)
setMessageCount
in interface MBStatsUserModel
messageCount
- the message count of this message boards stats userpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface MBStatsUserModel
primaryKey
- the primary key of this message boards stats userpublic void setStatsUserId(long statsUserId)
setStatsUserId
in interface MBStatsUserModel
statsUserId
- the stats user ID of this message boards stats userpublic void setStatsUserUuid(java.lang.String statsUserUuid)
setStatsUserUuid
in interface MBStatsUserModel
statsUserUuid
- the stats user uuid of this message boards stats userpublic void setUserId(long userId)
setUserId
in interface MBStatsUserModel
userId
- the user ID of this message boards stats userpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface MBStatsUserModel
userUuid
- the user uuid of this message boards stats userprotected MBStatsUserWrapper wrap(MBStatsUser mbStatsUser)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBStatsUser>