com.liferay.portlet.ratings.model.impl
Class RatingsStatsCacheModel

java.lang.Object
  extended by com.liferay.portlet.ratings.model.impl.RatingsStatsCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.ratings.model.RatingsStats>, java.io.Serializable

public class RatingsStatsCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.ratings.model.RatingsStats>, java.io.Serializable

The cache model class for representing RatingsStats in entity cache.

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

Field Summary
 double averageScore
           
 long classNameId
           
 long classPK
           
 long statsId
           
 int totalEntries
           
 double totalScore
           
 
Constructor Summary
RatingsStatsCacheModel()
           
 
Method Summary
 com.liferay.portlet.ratings.model.RatingsStats toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

statsId

public long statsId

classNameId

public long classNameId

classPK

public long classPK

totalEntries

public int totalEntries

totalScore

public double totalScore

averageScore

public double averageScore
Constructor Detail

RatingsStatsCacheModel

public RatingsStatsCacheModel()
Method Detail

toString

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

toEntityModel

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