Liferay 6.0.4

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

The model interface for the RatingsStats service. Represents a row in the "RatingsStats" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to RatingsStatsImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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.4