com.liferay.portlet.ratings.model.impl
Class RatingsStatsCacheModel
java.lang.Object
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.
statsId
public long statsId
classNameId
public long classNameId
classPK
public long classPK
totalEntries
public int totalEntries
totalScore
public double totalScore
averageScore
public double averageScore
RatingsStatsCacheModel
public RatingsStatsCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public RatingsStats toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<RatingsStats>