Liferay 6.0.5

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.RatingsEntryImpl
All Implemented Interfaces:
BaseModel<RatingsEntry>, RatingsEntry, RatingsEntryModel, Serializable, Cloneable, Comparable<RatingsEntry>

public class RatingsEntryImpl
extends RatingsEntryModelImpl
implements RatingsEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.ratings.model.impl.RatingsEntryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
RatingsEntryImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.ratings.model.impl.RatingsEntryModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getScore, getUserId, getUserName, getUserUuid, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setModifiedDate, setPrimaryKey, setScore, setUserId, setUserName, setUserUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setScore, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

RatingsEntryImpl

public RatingsEntryImpl()

Liferay 6.0.5