Liferay 6.0.3

com.liferay.portlet.ratings.model
Interface RatingsStats

All Superinterfaces:
BaseModel<RatingsStats>, Cloneable, Comparable<RatingsStats>, RatingsStatsModel, Serializable
All Known Implementing Classes:
RatingsStatsImpl, RatingsStatsWrapper

public interface RatingsStats
extends RatingsStatsModel

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

Customize RatingsStatsImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
RatingsStatsModel, RatingsStatsImpl, RatingsStatsModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.ratings.model.RatingsStatsModel
clone, compareTo, getAverageScore, getClassName, getClassNameId, getClassPK, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStatsId, getTotalEntries, getTotalScore, hashCode, isCachedModel, isEscapedModel, isNew, setAverageScore, setCachedModel, setClassNameId, setClassPK, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setStatsId, setTotalEntries, setTotalScore, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3