com.liferay.portlet.blogs.model.impl
Class BlogsStatsUserCacheModel

java.lang.Object
  extended by com.liferay.portlet.blogs.model.impl.BlogsStatsUserCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.blogs.model.BlogsStatsUser>, java.io.Serializable

public class BlogsStatsUserCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.blogs.model.BlogsStatsUser>, java.io.Serializable

The cache model class for representing BlogsStatsUser in entity cache.

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

Field Summary
 long companyId
           
 int entryCount
           
 long groupId
           
 long lastPostDate
           
 double ratingsAverageScore
           
 int ratingsTotalEntries
           
 double ratingsTotalScore
           
 long statsUserId
           
 long userId
           
 
Constructor Summary
BlogsStatsUserCacheModel()
           
 
Method Summary
 com.liferay.portlet.blogs.model.BlogsStatsUser toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

statsUserId

public long statsUserId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

entryCount

public int entryCount

lastPostDate

public long lastPostDate

ratingsTotalEntries

public int ratingsTotalEntries

ratingsTotalScore

public double ratingsTotalScore

ratingsAverageScore

public double ratingsAverageScore
Constructor Detail

BlogsStatsUserCacheModel

public BlogsStatsUserCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.blogs.model.BlogsStatsUser toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.blogs.model.BlogsStatsUser>