public class BlogsStatsUserWrapper extends java.lang.Object implements BlogsStatsUser, com.liferay.portal.kernel.model.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 |
|---|---|
java.lang.Object |
clone() |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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() |
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 |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
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(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this blogs stats user.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<BlogsStatsUser> |
toCacheModel() |
BlogsStatsUser |
toEscapedModel() |
java.lang.String |
toString() |
BlogsStatsUser |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public java.lang.Object clone()
clone in interface BlogsStatsUserModelclone in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>clone in class java.lang.Objectpublic int compareTo(BlogsStatsUser blogsStatsUser)
compareTo in interface BlogsStatsUserModelcompareTo in interface java.lang.Comparable<BlogsStatsUser>public long getCompanyId()
getCompanyId in interface BlogsStatsUserModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic int getEntryCount()
getEntryCount in interface BlogsStatsUserModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface BlogsStatsUserModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getGroupId()
getGroupId in interface BlogsStatsUserModelpublic java.util.Date getLastPostDate()
getLastPostDate in interface BlogsStatsUserModelpublic long getPrimaryKey()
getPrimaryKey in interface BlogsStatsUserModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface BlogsStatsUserModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic double getRatingsAverageScore()
getRatingsAverageScore in interface BlogsStatsUserModelpublic int getRatingsTotalEntries()
getRatingsTotalEntries in interface BlogsStatsUserModelpublic double getRatingsTotalScore()
getRatingsTotalScore in interface BlogsStatsUserModelpublic long getStatsUserId()
getStatsUserId in interface BlogsStatsUserModelpublic java.lang.String getStatsUserUuid()
getStatsUserUuid in interface BlogsStatsUserModelpublic long getUserId()
getUserId in interface BlogsStatsUserModelpublic java.lang.String getUserUuid()
getUserUuid in interface BlogsStatsUserModelpublic int hashCode()
hashCode in interface BlogsStatsUserModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface BlogsStatsUserModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public boolean isEscapedModel()
isEscapedModel in interface BlogsStatsUserModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public boolean isNew()
isNew in interface BlogsStatsUserModelisNew in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void persist()
BlogsStatsUser interface instead.persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface BlogsStatsUserModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void setCompanyId(long companyId)
setCompanyId in interface BlogsStatsUserModelsetCompanyId in interface com.liferay.portal.kernel.model.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(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BlogsStatsUserModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BlogsStatsUserModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface BlogsStatsUserModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void setGroupId(long groupId)
setGroupId in interface BlogsStatsUserModelgroupId - the group ID of this blogs stats userpublic void setLastPostDate(java.util.Date lastPostDate)
setLastPostDate in interface BlogsStatsUserModellastPostDate - the last post date of this blogs stats userpublic void setNew(boolean n)
setNew in interface BlogsStatsUserModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface BlogsStatsUserModelprimaryKey - the primary key of this blogs stats userpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface BlogsStatsUserModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic 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(java.lang.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(java.lang.String userUuid)
setUserUuid in interface BlogsStatsUserModeluserUuid - the user uuid of this blogs stats userpublic com.liferay.portal.kernel.model.CacheModel<BlogsStatsUser> toCacheModel()
toCacheModel in interface BlogsStatsUserModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public BlogsStatsUser toEscapedModel()
toEscapedModel in interface BlogsStatsUserModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public java.lang.String toString()
toString in interface BlogsStatsUserModeltoString in class java.lang.Objectpublic BlogsStatsUser toUnescapedModel()
toUnescapedModel in interface BlogsStatsUserModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public java.lang.String toXmlString()
toXmlString in interface BlogsStatsUserModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic BlogsStatsUser getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<BlogsStatsUser>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BlogsStatsUser>