Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs.model
Interface BlogsStatsUserModel

All Superinterfaces:
BaseModel<BlogsStatsUser>, ClassedModel, Cloneable, Comparable<BlogsStatsUser>, Serializable
All Known Subinterfaces:
BlogsStatsUser
All Known Implementing Classes:
BlogsStatsUserWrapper

public interface BlogsStatsUserModel
extends BaseModel<BlogsStatsUser>

The base model interface for the BlogsStatsUser service. Represents a row in the "BlogsStatsUser" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation BlogsStatsUserModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in BlogsStatsUserImpl.

See Also:
BlogsStatsUser, BlogsStatsUserImpl, BlogsStatsUserModelImpl

Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(BlogsStatsUser blogsStatsUser)
           
 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.
 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.
 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 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(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 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.
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Method Detail

getPrimaryKey

long getPrimaryKey()
Returns the primary key of this blogs stats user.

Returns:
the primary key of this blogs stats user

setPrimaryKey

void setPrimaryKey(long primaryKey)
Sets the primary key of this blogs stats user.

Parameters:
primaryKey - the primary key of this blogs stats user

getStatsUserId

long getStatsUserId()
Returns the stats user ID of this blogs stats user.

Returns:
the stats user ID of this blogs stats user

setStatsUserId

void setStatsUserId(long statsUserId)
Sets the stats user ID of this blogs stats user.

Parameters:
statsUserId - the stats user ID of this blogs stats user

getStatsUserUuid

String getStatsUserUuid()
                        throws SystemException
Returns the stats user uuid of this blogs stats user.

Returns:
the stats user uuid of this blogs stats user
Throws:
SystemException - if a system exception occurred

setStatsUserUuid

void setStatsUserUuid(String statsUserUuid)
Sets the stats user uuid of this blogs stats user.

Parameters:
statsUserUuid - the stats user uuid of this blogs stats user

getGroupId

long getGroupId()
Returns the group ID of this blogs stats user.

Returns:
the group ID of this blogs stats user

setGroupId

void setGroupId(long groupId)
Sets the group ID of this blogs stats user.

Parameters:
groupId - the group ID of this blogs stats user

getCompanyId

long getCompanyId()
Returns the company ID of this blogs stats user.

Returns:
the company ID of this blogs stats user

setCompanyId

void setCompanyId(long companyId)
Sets the company ID of this blogs stats user.

Parameters:
companyId - the company ID of this blogs stats user

getUserId

long getUserId()
Returns the user ID of this blogs stats user.

Returns:
the user ID of this blogs stats user

setUserId

void setUserId(long userId)
Sets the user ID of this blogs stats user.

Parameters:
userId - the user ID of this blogs stats user

getUserUuid

String getUserUuid()
                   throws SystemException
Returns the user uuid of this blogs stats user.

Returns:
the user uuid of this blogs stats user
Throws:
SystemException - if a system exception occurred

setUserUuid

void setUserUuid(String userUuid)
Sets the user uuid of this blogs stats user.

Parameters:
userUuid - the user uuid of this blogs stats user

getEntryCount

int getEntryCount()
Returns the entry count of this blogs stats user.

Returns:
the entry count of this blogs stats user

setEntryCount

void setEntryCount(int entryCount)
Sets the entry count of this blogs stats user.

Parameters:
entryCount - the entry count of this blogs stats user

getLastPostDate

Date getLastPostDate()
Returns the last post date of this blogs stats user.

Returns:
the last post date of this blogs stats user

setLastPostDate

void setLastPostDate(Date lastPostDate)
Sets the last post date of this blogs stats user.

Parameters:
lastPostDate - the last post date of this blogs stats user

getRatingsTotalEntries

int getRatingsTotalEntries()
Returns the ratings total entries of this blogs stats user.

Returns:
the ratings total entries of this blogs stats user

setRatingsTotalEntries

void setRatingsTotalEntries(int ratingsTotalEntries)
Sets the ratings total entries of this blogs stats user.

Parameters:
ratingsTotalEntries - the ratings total entries of this blogs stats user

getRatingsTotalScore

double getRatingsTotalScore()
Returns the ratings total score of this blogs stats user.

Returns:
the ratings total score of this blogs stats user

setRatingsTotalScore

void setRatingsTotalScore(double ratingsTotalScore)
Sets the ratings total score of this blogs stats user.

Parameters:
ratingsTotalScore - the ratings total score of this blogs stats user

getRatingsAverageScore

double getRatingsAverageScore()
Returns the ratings average score of this blogs stats user.

Returns:
the ratings average score of this blogs stats user

setRatingsAverageScore

void setRatingsAverageScore(double ratingsAverageScore)
Sets the ratings average score of this blogs stats user.

Parameters:
ratingsAverageScore - the ratings average score of this blogs stats user

isNew

boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<BlogsStatsUser>
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<BlogsStatsUser>
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<BlogsStatsUser>
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<BlogsStatsUser>
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<BlogsStatsUser>
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<BlogsStatsUser>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<BlogsStatsUser>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<BlogsStatsUser>
Specified by:
getExpandoBridge in interface ClassedModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<BlogsStatsUser>
Returns:
the shallow clone of this model instance

compareTo

int compareTo(BlogsStatsUser blogsStatsUser)
Specified by:
compareTo in interface Comparable<BlogsStatsUser>

hashCode

int hashCode()
Overrides:
hashCode in class Object

toCacheModel

CacheModel<BlogsStatsUser> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<BlogsStatsUser>
Returns:
the cache model object

toEscapedModel

BlogsStatsUser toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<BlogsStatsUser>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

BlogsStatsUser toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<BlogsStatsUser>

toString

String toString()
Overrides:
toString in class Object

toXmlString

String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<BlogsStatsUser>
Returns:
the XML representation of this model instance

Liferay 6.1.2-ce-ga3