Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLContent>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLContentModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLContentBaseImpl
              extended by com.liferay.portlet.documentlibrary.model.impl.DLContentImpl
All Implemented Interfaces:
BaseModel<DLContent>, ClassedModel, PersistedModel, DLContent, DLContentModel, Serializable, Cloneable, Comparable<DLContent>

public class DLContentImpl
extends DLContentBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLContentModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PATH_COLUMN_BITMASK, REPOSITORYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VERSION_COLUMN_BITMASK
 
Constructor Summary
DLContentImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLContentBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLContentModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getContentId, getData, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalCompanyId, getOriginalPath, getOriginalRepositoryId, getOriginalVersion, getPath, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSize, getVersion, hashCode, resetOriginalValues, setCompanyId, setContentId, setData, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setPath, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setVersion, toCacheModel, toEscapedModel, 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.documentlibrary.model.DLContentModel
clone, compareTo, getCompanyId, getContentId, getData, getExpandoBridge, getGroupId, getPath, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSize, getVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setContentId, setData, setExpandoBridgeAttributes, setGroupId, setNew, setPath, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setVersion, 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

DLContentImpl

public DLContentImpl()

Liferay 6.1.2-ce-ga3