@ProviderType public class BlogsStatsUserWrapper extends java.lang.Object implements BlogsStatsUser, ModelWrapper<BlogsStatsUser>
This class is a wrapper for BlogsStatsUser.
BlogsStatsUser,
Serialized Form| Constructor and Description |
|---|
BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(BlogsStatsUser blogsStatsUser) |
boolean |
equals(java.lang.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.
|
java.util.Date |
getLastPostDate()
Returns the last post date of this blogs 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 blogs stats user.
|
java.io.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.
|
java.lang.String |
getStatsUserUuid()
Returns the stats user uuid of this blogs stats user.
|
long |
getUserId()
Returns the user ID of this blogs stats user.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this blogs stats user.
|
BlogsStatsUser |
getWrappedBlogsStatsUser()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
BlogsStatsUser |
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 |
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(java.util.Date lastPostDate)
Sets the last post date of this blogs 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 blogs stats user.
|
void |
setPrimaryKeyObj(java.io.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(java.lang.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(java.lang.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. |
java.lang.String |
toString() |
BlogsStatsUser |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
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<BlogsStatsUser>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<BlogsStatsUser>public long getPrimaryKey()
getPrimaryKey in interface BlogsStatsUserModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface BlogsStatsUserModelprimaryKey - the primary key of this blogs stats userpublic long getStatsUserId()
getStatsUserId in interface BlogsStatsUserModelpublic void setStatsUserId(long statsUserId)
setStatsUserId in interface BlogsStatsUserModelstatsUserId - the stats user ID of this blogs stats userpublic java.lang.String getStatsUserUuid()
throws SystemException
getStatsUserUuid in interface BlogsStatsUserModelSystemException - if a system exception occurredpublic void setStatsUserUuid(java.lang.String statsUserUuid)
setStatsUserUuid in interface BlogsStatsUserModelstatsUserUuid - the stats user uuid of this blogs stats userpublic long getGroupId()
getGroupId in interface BlogsStatsUserModelpublic void setGroupId(long groupId)
setGroupId in interface BlogsStatsUserModelgroupId - the group ID of this blogs stats userpublic long getCompanyId()
getCompanyId in interface BlogsStatsUserModelpublic void setCompanyId(long companyId)
setCompanyId in interface BlogsStatsUserModelcompanyId - the company ID of this blogs stats userpublic long getUserId()
getUserId in interface BlogsStatsUserModelpublic void setUserId(long userId)
setUserId in interface BlogsStatsUserModeluserId - the user ID of this blogs stats userpublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface BlogsStatsUserModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface BlogsStatsUserModeluserUuid - the user uuid of this blogs stats userpublic int getEntryCount()
getEntryCount in interface BlogsStatsUserModelpublic void setEntryCount(int entryCount)
setEntryCount in interface BlogsStatsUserModelentryCount - the entry count of this blogs stats userpublic java.util.Date getLastPostDate()
getLastPostDate in interface BlogsStatsUserModelpublic void setLastPostDate(java.util.Date lastPostDate)
setLastPostDate in interface BlogsStatsUserModellastPostDate - the last post date of this blogs stats userpublic int getRatingsTotalEntries()
getRatingsTotalEntries in interface BlogsStatsUserModelpublic void setRatingsTotalEntries(int ratingsTotalEntries)
setRatingsTotalEntries in interface BlogsStatsUserModelratingsTotalEntries - the ratings total entries of this blogs stats userpublic double getRatingsTotalScore()
getRatingsTotalScore in interface BlogsStatsUserModelpublic void setRatingsTotalScore(double ratingsTotalScore)
setRatingsTotalScore in interface BlogsStatsUserModelratingsTotalScore - the ratings total score of this blogs stats userpublic double getRatingsAverageScore()
getRatingsAverageScore in interface BlogsStatsUserModelpublic void setRatingsAverageScore(double ratingsAverageScore)
setRatingsAverageScore in interface BlogsStatsUserModelratingsAverageScore - the ratings average score of this blogs stats userpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<BlogsStatsUser>isNew in interface BlogsStatsUserModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<BlogsStatsUser>setNew in interface BlogsStatsUserModeln - 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<BlogsStatsUser>isCachedModel in interface BlogsStatsUserModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<BlogsStatsUser>setCachedModel in interface BlogsStatsUserModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<BlogsStatsUser>isEscapedModel in interface BlogsStatsUserModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<BlogsStatsUser>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface BlogsStatsUserModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<BlogsStatsUser>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface BlogsStatsUserModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<BlogsStatsUser>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface BlogsStatsUserModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>setExpandoBridgeAttributes in interface BlogsStatsUserModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>setExpandoBridgeAttributes in interface BlogsStatsUserModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>setExpandoBridgeAttributes in interface BlogsStatsUserModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<BlogsStatsUser>clone in interface BlogsStatsUserModelclone in class java.lang.Objectpublic int compareTo(BlogsStatsUser blogsStatsUser)
compareTo in interface BlogsStatsUserModelcompareTo in interface java.lang.Comparable<BlogsStatsUser>public int hashCode()
hashCode in interface BlogsStatsUserModelhashCode in class java.lang.Objectpublic CacheModel<BlogsStatsUser> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<BlogsStatsUser>toCacheModel in interface BlogsStatsUserModelpublic BlogsStatsUser toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<BlogsStatsUser>toEscapedModel in interface BlogsStatsUserModelAutoEscapeBeanHandlerpublic BlogsStatsUser toUnescapedModel()
toUnescapedModel in interface BaseModel<BlogsStatsUser>toUnescapedModel in interface BlogsStatsUserModelpublic java.lang.String toString()
toString in interface BlogsStatsUserModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<BlogsStatsUser>toXmlString in interface BlogsStatsUserModelpublic 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 BlogsStatsUser getWrappedBlogsStatsUser()
getWrappedModel()public BlogsStatsUser getWrappedModel()
getWrappedModel in interface ModelWrapper<BlogsStatsUser>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<BlogsStatsUser>