com.liferay.portlet.ratings.model
Interface RatingsStats

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, RatingsStatsModel, java.io.Serializable

public interface RatingsStats
extends RatingsStatsModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the RatingsStats table in the database.

Customize com.liferay.portlet.ratings.model.impl.RatingsStatsImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
RatingsStatsModel, com.liferay.portlet.ratings.model.impl.RatingsStatsImpl, com.liferay.portlet.ratings.model.impl.RatingsStatsModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.ratings.model.RatingsStatsModel
getAverageScore, getClassName, getClassNameId, getClassPK, getPrimaryKey, getStatsId, getTotalEntries, getTotalScore, setAverageScore, setClassNameId, setClassPK, setPrimaryKey, setStatsId, setTotalEntries, setTotalScore, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo