Liferay 6.1.2-ce-ga3

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

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

public class RatingsStatsCacheModel
extends Object
implements CacheModel<RatingsStats>, Serializable

The cache model class for representing RatingsStats in entity cache.

See Also:
RatingsStats, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 double averageScore
           
 long classNameId
           
 long classPK
           
 long statsId
           
 int totalEntries
           
 double totalScore
           
 
Constructor Summary
RatingsStatsCacheModel()
           
 
Method Summary
 RatingsStats toEntityModel()
           
 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 String toString()
Overrides:
toString in class Object

toEntityModel

public RatingsStats toEntityModel()
Specified by:
toEntityModel in interface CacheModel<RatingsStats>

Liferay 6.1.2-ce-ga3