Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by 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.

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
 void readExternal(ObjectInput objectInput)
           
 BlogsStatsUser toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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 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

Liferay 6.2-ce-ga5