@ProviderType public class MBStatsUserWrapper extends java.lang.Object implements MBStatsUser, ModelWrapper<MBStatsUser>
This class is a wrapper for MBStatsUser.
MBStatsUser,
Serialized Form| Constructor and Description |
|---|
MBStatsUserWrapper(MBStatsUser mbStatsUser) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(MBStatsUser mbStatsUser) |
boolean |
equals(java.lang.Object obj) |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
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() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this message boards stats user.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
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.
|
MBStatsUser |
getWrappedMBStatsUser()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
MBStatsUser |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards stats user.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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.
|
CacheModel<MBStatsUser> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
MBStatsUser |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
MBStatsUser |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public MBStatsUserWrapper(MBStatsUser mbStatsUser)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<MBStatsUser>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<MBStatsUser>public long getPrimaryKey()
getPrimaryKey in interface MBStatsUserModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface MBStatsUserModelprimaryKey - the primary key of this message boards stats userpublic long getStatsUserId()
getStatsUserId in interface MBStatsUserModelpublic void setStatsUserId(long statsUserId)
setStatsUserId in interface MBStatsUserModelstatsUserId - the stats user ID of this message boards stats userpublic java.lang.String getStatsUserUuid()
throws SystemException
getStatsUserUuid in interface MBStatsUserModelSystemException - if a system exception occurredpublic void setStatsUserUuid(java.lang.String statsUserUuid)
setStatsUserUuid in interface MBStatsUserModelstatsUserUuid - the stats user uuid of this message boards stats userpublic long getGroupId()
getGroupId in interface MBStatsUserModelpublic void setGroupId(long groupId)
setGroupId in interface MBStatsUserModelgroupId - the group ID of this message boards stats userpublic long getUserId()
getUserId in interface MBStatsUserModelpublic void setUserId(long userId)
setUserId in interface MBStatsUserModeluserId - the user ID of this message boards stats userpublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface MBStatsUserModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface MBStatsUserModeluserUuid - the user uuid of this message boards stats userpublic int getMessageCount()
getMessageCount in interface MBStatsUserModelpublic void setMessageCount(int messageCount)
setMessageCount in interface MBStatsUserModelmessageCount - the message count of this message boards stats userpublic java.util.Date getLastPostDate()
getLastPostDate in interface MBStatsUserModelpublic void setLastPostDate(java.util.Date lastPostDate)
setLastPostDate in interface MBStatsUserModellastPostDate - the last post date of this message boards stats userpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<MBStatsUser>isNew in interface MBStatsUserModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<MBStatsUser>setNew in interface MBStatsUserModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<MBStatsUser>isCachedModel in interface MBStatsUserModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<MBStatsUser>setCachedModel in interface MBStatsUserModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<MBStatsUser>isEscapedModel in interface MBStatsUserModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<MBStatsUser>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface MBStatsUserModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<MBStatsUser>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface MBStatsUserModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<MBStatsUser>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface MBStatsUserModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<MBStatsUser>setExpandoBridgeAttributes in interface MBStatsUserModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<MBStatsUser>setExpandoBridgeAttributes in interface MBStatsUserModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<MBStatsUser>setExpandoBridgeAttributes in interface MBStatsUserModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<MBStatsUser>clone in interface MBStatsUserModelclone in class java.lang.Objectpublic int compareTo(MBStatsUser mbStatsUser)
compareTo in interface MBStatsUserModelcompareTo in interface java.lang.Comparable<MBStatsUser>public int hashCode()
hashCode in interface MBStatsUserModelhashCode in class java.lang.Objectpublic CacheModel<MBStatsUser> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<MBStatsUser>toCacheModel in interface MBStatsUserModelpublic MBStatsUser toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<MBStatsUser>toEscapedModel in interface MBStatsUserModelAutoEscapeBeanHandlerpublic MBStatsUser toUnescapedModel()
toUnescapedModel in interface BaseModel<MBStatsUser>toUnescapedModel in interface MBStatsUserModelpublic java.lang.String toString()
toString in interface MBStatsUserModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<MBStatsUser>toXmlString in interface MBStatsUserModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic MBStatsUser getWrappedMBStatsUser()
getWrappedModel()public MBStatsUser getWrappedModel()
getWrappedModel in interface ModelWrapper<MBStatsUser>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<MBStatsUser>