Liferay 6.0.5

com.liferay.portlet.documentlibrary.model.impl
Class DLFileRankImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLFileRank>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl
All Implemented Interfaces:
BaseModel<DLFileRank>, DLFileRank, DLFileRankModel, Serializable, Cloneable, Comparable<DLFileRank>

public class DLFileRankImpl
extends DLFileRankModelImpl
implements DLFileRank

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
DLFileRankImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getExpandoBridge, getFileRankId, getFolderId, getGroupId, getName, getOriginalCompanyId, getOriginalFolderId, getOriginalName, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileRankId, setFolderId, setGroupId, setName, setPrimaryKey, setUserId, setUserUuid, toEscapedModel, 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.documentlibrary.model.DLFileRankModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFileRankId, getFolderId, getGroupId, getName, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFileRankId, setFolderId, setGroupId, setName, setNew, setPrimaryKey, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

DLFileRankImpl

public DLFileRankImpl()

Liferay 6.0.5