Liferay 6.1.2-ce-ga3

com.liferay.portlet.ratings.model.impl
Class RatingsEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<RatingsEntry>
      extended by com.liferay.portlet.ratings.model.impl.RatingsEntryModelImpl
          extended by com.liferay.portlet.ratings.model.impl.RatingsEntryBaseImpl
              extended by com.liferay.portlet.ratings.model.impl.RatingsEntryImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<RatingsEntry>, ClassedModel, PersistedModel, RatingsEntry, RatingsEntryModel, Serializable, Cloneable, Comparable<RatingsEntry>

public class RatingsEntryImpl
extends RatingsEntryBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.ratings.model.impl.RatingsEntryModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SCORE_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
RatingsEntryImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.ratings.model.impl.RatingsEntryBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.ratings.model.impl.RatingsEntryModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalScore, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getScore, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setScore, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

RatingsEntryImpl

public RatingsEntryImpl()

Liferay 6.1.2-ce-ga3