Liferay 6.2-ce-ga5

com.liferay.portlet.ratings.model
Interface RatingsEntry

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<RatingsEntry>, ClassedModel, Cloneable, Comparable<RatingsEntry>, PersistedModel, RatingsEntryModel, Serializable, TypedModel
All Known Implementing Classes:
RatingsEntryWrapper

@ProviderType
public interface RatingsEntry
extends RatingsEntryModel, PersistedModel

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

See Also:
RatingsEntryModel, RatingsEntryImpl, RatingsEntryModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.ratings.model.RatingsEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getScore, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setScore, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5