com.liferay.portlet.blogs.model.impl
Class BlogsStatsUserCacheModel
java.lang.Object
com.liferay.portlet.blogs.model.impl.BlogsStatsUserCacheModel
- All Implemented Interfaces:
- CacheModel<BlogsStatsUser>, Externalizable, Serializable
public class BlogsStatsUserCacheModel
- extends Object
- implements CacheModel<BlogsStatsUser>, Externalizable
The cache model class for representing BlogsStatsUser in entity cache.
- See Also:
BlogsStatsUser
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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 String toString()
- Overrides:
toString
in class Object
toEntityModel
public BlogsStatsUser toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<BlogsStatsUser>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException