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.service.model.impl.RatingsStatsImpl and rerun the ServiceBuilder to generate the new methods.

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

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