Package com.liferay.ratings.kernel.model
Interface RatingsStats
- All Superinterfaces:
AttachedModel
,BaseModel<RatingsStats>
,ClassedModel
,Cloneable
,Comparable<RatingsStats>
,CTModel<RatingsStats>
,MVCCModel
,PersistedModel
,RatingsStatsModel
,Serializable
,ShardedModel
,TypedModel
- All Known Implementing Classes:
RatingsStatsWrapper
The extended model interface for the RatingsStats service. Represents a row in the "RatingsStats" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.ratings.kernel.model.RatingsStatsModel
cloneWithOriginalValues, getAverageScore, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getModifiedDate, getMvccVersion, getPrimaryKey, getStatsId, getTotalEntries, getTotalScore, setAverageScore, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setModifiedDate, setMvccVersion, setPrimaryKey, setStatsId, setTotalEntries, setTotalScore, toXmlString
-
Field Details
-
STATS_ID_ACCESSOR
-