Liferay 6.1.2-ce-ga3

com.liferay.portlet.ratings.model
Interface RatingsEntry

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

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, 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.1.2-ce-ga3