com.liferay.portlet.blogs.model.impl
Class BlogsStatsUserCacheModel
java.lang.Object
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:
|
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 |
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
BlogsStatsUserCacheModel
public BlogsStatsUserCacheModel()
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>