com.liferay.portlet.ratings.model.impl
Class RatingsStatsCacheModel
java.lang.Object
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:
|
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 |
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 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>