Liferay 7.0-ce-b4

com.liferay.portlet.ratings.model
Interface RatingsEntry

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<RatingsEntry>, ClassedModel, Cloneable, Comparable<RatingsEntry>, PersistedModel, RatingsEntryModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel, TypedModel
All Known Implementing Classes:
RatingsEntryBaseImpl, RatingsEntryImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<RatingsEntry,Long> ENTRY_ID_ACCESSOR
           
 
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, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setScore, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

ENTRY_ID_ACCESSOR

static final Accessor<RatingsEntry,Long> ENTRY_ID_ACCESSOR

Liferay 7.0-ce-b4