@ProviderType public class BlogsStatsUserWrapper extends Object implements BlogsStatsUser, ModelWrapper<BlogsStatsUser>
This class is a wrapper for BlogsStatsUser.
BlogsStatsUser,
Serialized FormSTATS_USER_ID_ACCESSOR| Constructor and Description |
|---|
BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(BlogsStatsUser blogsStatsUser) |
boolean |
equals(Object obj) |
long |
getCompanyId()
Returns the company ID of this blogs stats user.
|
int |
getEntryCount()
Returns the entry count of this blogs stats user.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this blogs stats user.
|
Date |
getLastPostDate()
Returns the last post date of this blogs stats user.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this blogs stats user.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
double |
getRatingsAverageScore()
Returns the ratings average score of this blogs stats user.
|
int |
getRatingsTotalEntries()
Returns the ratings total entries of this blogs stats user.
|
double |
getRatingsTotalScore()
Returns the ratings total score of this blogs stats user.
|
long |
getStatsUserId()
Returns the stats user ID of this blogs stats user.
|
String |
getStatsUserUuid()
Returns the stats user uuid of this blogs stats user.
|
long |
getUserId()
Returns the user ID of this blogs stats user.
|
String |
getUserUuid()
Returns the user uuid of this blogs stats user.
|
BlogsStatsUser |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
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 |
setCompanyId(long companyId)
Sets the company ID of this blogs stats user.
|
void |
setEntryCount(int entryCount)
Sets the entry count of this blogs stats user.
|
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 blogs stats user.
|
void |
setLastPostDate(Date lastPostDate)
Sets the last post date of this blogs stats user.
|
void |
setModelAttributes(Map<String,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 blogs stats user.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setRatingsAverageScore(double ratingsAverageScore)
Sets the ratings average score of this blogs stats user.
|
void |
setRatingsTotalEntries(int ratingsTotalEntries)
Sets the ratings total entries of this blogs stats user.
|
void |
setRatingsTotalScore(double ratingsTotalScore)
Sets the ratings total score of this blogs stats user.
|
void |
setStatsUserId(long statsUserId)
Sets the stats user ID of this blogs stats user.
|
void |
setStatsUserUuid(String statsUserUuid)
Sets the stats user uuid of this blogs stats user.
|
void |
setUserId(long userId)
Sets the user ID of this blogs stats user.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this blogs stats user.
|
CacheModel<BlogsStatsUser> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
BlogsStatsUser |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
String |
toString() |
BlogsStatsUser |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<BlogsStatsUser>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<BlogsStatsUser>public BlogsStatsUser toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BlogsStatsUserModeltoEscapedModel in interface BaseModel<BlogsStatsUser>AutoEscapeBeanHandlerpublic BlogsStatsUser toUnescapedModel()
toUnescapedModel in interface BlogsStatsUserModeltoUnescapedModel in interface BaseModel<BlogsStatsUser>public boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BlogsStatsUserModelisCachedModel in interface BaseModel<BlogsStatsUser>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BlogsStatsUserModelisEscapedModel in interface BaseModel<BlogsStatsUser>true if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BlogsStatsUserModelisNew in interface BaseModel<BlogsStatsUser>true if this model instance does not yet exist in
the database; false otherwisepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BlogsStatsUserModelgetExpandoBridge in interface BaseModel<BlogsStatsUser>getExpandoBridge in interface ClassedModelpublic CacheModel<BlogsStatsUser> toCacheModel()
BaseModeltoCacheModel in interface BlogsStatsUserModeltoCacheModel in interface BaseModel<BlogsStatsUser>public double getRatingsAverageScore()
getRatingsAverageScore in interface BlogsStatsUserModelpublic double getRatingsTotalScore()
getRatingsTotalScore in interface BlogsStatsUserModelpublic int compareTo(BlogsStatsUser blogsStatsUser)
compareTo in interface BlogsStatsUserModelcompareTo in interface Comparable<BlogsStatsUser>public int getEntryCount()
getEntryCount in interface BlogsStatsUserModelpublic int getRatingsTotalEntries()
getRatingsTotalEntries in interface BlogsStatsUserModelpublic int hashCode()
hashCode in interface BlogsStatsUserModelhashCode in class Objectpublic Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BlogsStatsUserModelgetPrimaryKeyObj in interface BaseModel<BlogsStatsUser>getPrimaryKeyObj in interface ClassedModelpublic Object clone()
BaseModelclone in interface BlogsStatsUserModelclone in interface BaseModel<BlogsStatsUser>clone in class Objectpublic String getStatsUserUuid()
getStatsUserUuid in interface BlogsStatsUserModelpublic String getUserUuid()
getUserUuid in interface BlogsStatsUserModelpublic String toString()
toString in interface BlogsStatsUserModeltoString in class Objectpublic String toXmlString()
BaseModeltoXmlString in interface BlogsStatsUserModeltoXmlString in interface BaseModel<BlogsStatsUser>public Date getLastPostDate()
getLastPostDate in interface BlogsStatsUserModelpublic long getCompanyId()
getCompanyId in interface BlogsStatsUserModelgetCompanyId in interface ShardedModelpublic long getGroupId()
getGroupId in interface BlogsStatsUserModelpublic long getPrimaryKey()
getPrimaryKey in interface BlogsStatsUserModelpublic long getStatsUserId()
getStatsUserId in interface BlogsStatsUserModelpublic long getUserId()
getUserId in interface BlogsStatsUserModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BlogsStatsUserModelsetCachedModel in interface BaseModel<BlogsStatsUser>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface BlogsStatsUserModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this blogs stats userpublic void setEntryCount(int entryCount)
setEntryCount in interface BlogsStatsUserModelentryCount - the entry count of this blogs stats userpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BlogsStatsUserModelsetExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BlogsStatsUserModelsetExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BlogsStatsUserModelsetExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setGroupId(long groupId)
setGroupId in interface BlogsStatsUserModelgroupId - the group ID of this blogs stats userpublic void setLastPostDate(Date lastPostDate)
setLastPostDate in interface BlogsStatsUserModellastPostDate - the last post date of this blogs stats userpublic void setNew(boolean n)
BaseModelsetNew in interface BlogsStatsUserModelsetNew in interface BaseModel<BlogsStatsUser>n - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface BlogsStatsUserModelprimaryKey - the primary key of this blogs stats userpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BlogsStatsUserModelsetPrimaryKeyObj in interface BaseModel<BlogsStatsUser>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instancepublic void setRatingsAverageScore(double ratingsAverageScore)
setRatingsAverageScore in interface BlogsStatsUserModelratingsAverageScore - the ratings average score of this blogs stats userpublic void setRatingsTotalEntries(int ratingsTotalEntries)
setRatingsTotalEntries in interface BlogsStatsUserModelratingsTotalEntries - the ratings total entries of this blogs stats userpublic void setRatingsTotalScore(double ratingsTotalScore)
setRatingsTotalScore in interface BlogsStatsUserModelratingsTotalScore - the ratings total score of this blogs stats userpublic void setStatsUserId(long statsUserId)
setStatsUserId in interface BlogsStatsUserModelstatsUserId - the stats user ID of this blogs stats userpublic void setStatsUserUuid(String statsUserUuid)
setStatsUserUuid in interface BlogsStatsUserModelstatsUserUuid - the stats user uuid of this blogs stats userpublic void setUserId(long userId)
setUserId in interface BlogsStatsUserModeluserId - the user ID of this blogs stats userpublic void setUserUuid(String userUuid)
setUserUuid in interface BlogsStatsUserModeluserUuid - the user uuid of this blogs stats userpublic BlogsStatsUser getWrappedModel()
getWrappedModel in interface ModelWrapper<BlogsStatsUser>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<BlogsStatsUser>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<BlogsStatsUser>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<BlogsStatsUser>