com.liferay.portlet.blogs.model
Class BlogsStatsUserWrapper

java.lang.Object
  extended by com.liferay.portlet.blogs.model.BlogsStatsUserWrapper
All Implemented Interfaces:
BaseModel<BlogsStatsUser>, BlogsStatsUser, BlogsStatsUserModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BlogsStatsUser>

public class BlogsStatsUserWrapper
extends java.lang.Object
implements BlogsStatsUser

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for BlogsStatsUser.

Author:
Brian Wing Shun Chan
See Also:
BlogsStatsUser, Serialized Form
Generated:

Constructor Summary
BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(BlogsStatsUser blogsStatsUser)
           
 long getCompanyId()
           
 int getEntryCount()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getLastPostDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 double getRatingsAverageScore()
           
 int getRatingsTotalEntries()
           
 double getRatingsTotalScore()
           
 long getStatsUserId()
           
 java.lang.String getStatsUserUuid()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 BlogsStatsUser getWrappedBlogsStatsUser()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setEntryCount(int entryCount)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setLastPostDate(java.util.Date lastPostDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setRatingsAverageScore(double ratingsAverageScore)
           
 void setRatingsTotalEntries(int ratingsTotalEntries)
           
 void setRatingsTotalScore(double ratingsTotalScore)
           
 void setStatsUserId(long statsUserId)
           
 void setStatsUserUuid(java.lang.String statsUserUuid)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 BlogsStatsUser toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlogsStatsUserWrapper

public BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface BlogsStatsUserModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface BlogsStatsUserModel

getStatsUserId

public long getStatsUserId()
Specified by:
getStatsUserId in interface BlogsStatsUserModel

setStatsUserId

public void setStatsUserId(long statsUserId)
Specified by:
setStatsUserId in interface BlogsStatsUserModel

getStatsUserUuid

public java.lang.String getStatsUserUuid()
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getStatsUserUuid in interface BlogsStatsUserModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setStatsUserUuid

public void setStatsUserUuid(java.lang.String statsUserUuid)
Specified by:
setStatsUserUuid in interface BlogsStatsUserModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface BlogsStatsUserModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface BlogsStatsUserModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface BlogsStatsUserModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface BlogsStatsUserModel

getUserId

public long getUserId()
Specified by:
getUserId in interface BlogsStatsUserModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface BlogsStatsUserModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface BlogsStatsUserModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface BlogsStatsUserModel

getEntryCount

public int getEntryCount()
Specified by:
getEntryCount in interface BlogsStatsUserModel

setEntryCount

public void setEntryCount(int entryCount)
Specified by:
setEntryCount in interface BlogsStatsUserModel

getLastPostDate

public java.util.Date getLastPostDate()
Specified by:
getLastPostDate in interface BlogsStatsUserModel

setLastPostDate

public void setLastPostDate(java.util.Date lastPostDate)
Specified by:
setLastPostDate in interface BlogsStatsUserModel

getRatingsTotalEntries

public int getRatingsTotalEntries()
Specified by:
getRatingsTotalEntries in interface BlogsStatsUserModel

setRatingsTotalEntries

public void setRatingsTotalEntries(int ratingsTotalEntries)
Specified by:
setRatingsTotalEntries in interface BlogsStatsUserModel

getRatingsTotalScore

public double getRatingsTotalScore()
Specified by:
getRatingsTotalScore in interface BlogsStatsUserModel

setRatingsTotalScore

public void setRatingsTotalScore(double ratingsTotalScore)
Specified by:
setRatingsTotalScore in interface BlogsStatsUserModel

getRatingsAverageScore

public double getRatingsAverageScore()
Specified by:
getRatingsAverageScore in interface BlogsStatsUserModel

setRatingsAverageScore

public void setRatingsAverageScore(double ratingsAverageScore)
Specified by:
setRatingsAverageScore in interface BlogsStatsUserModel

toEscapedModel

public BlogsStatsUser toEscapedModel()
Specified by:
toEscapedModel in interface BlogsStatsUserModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<BlogsStatsUser>
Specified by:
isNew in interface BlogsStatsUserModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<BlogsStatsUser>
Specified by:
setNew in interface BlogsStatsUserModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<BlogsStatsUser>
Specified by:
isCachedModel in interface BlogsStatsUserModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<BlogsStatsUser>
Specified by:
setCachedModel in interface BlogsStatsUserModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<BlogsStatsUser>
Specified by:
isEscapedModel in interface BlogsStatsUserModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<BlogsStatsUser>
Specified by:
setEscapedModel in interface BlogsStatsUserModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<BlogsStatsUser>
Specified by:
getPrimaryKeyObj in interface BlogsStatsUserModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<BlogsStatsUser>
Specified by:
getExpandoBridge in interface BlogsStatsUserModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>
Specified by:
setExpandoBridgeAttributes in interface BlogsStatsUserModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<BlogsStatsUser>
Specified by:
clone in interface BlogsStatsUserModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(BlogsStatsUser blogsStatsUser)
Specified by:
compareTo in interface BlogsStatsUserModel
Specified by:
compareTo in interface java.lang.Comparable<BlogsStatsUser>

hashCode

public int hashCode()
Specified by:
hashCode in interface BlogsStatsUserModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface BlogsStatsUserModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<BlogsStatsUser>
Specified by:
toXmlString in interface BlogsStatsUserModel

getWrappedBlogsStatsUser

public BlogsStatsUser getWrappedBlogsStatsUser()