Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLFileEntryMetadata>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataBaseImpl
              extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataImpl
All Implemented Interfaces:
BaseModel<DLFileEntryMetadata>, ClassedModel, PersistedModel, DLFileEntryMetadata, DLFileEntryMetadataModel, Serializable, Cloneable, Comparable<DLFileEntryMetadata>

public class DLFileEntryMetadataImpl
extends DLFileEntryMetadataBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, DDMSTRUCTUREID_COLUMN_BITMASK, ENTITY_CACHE_ENABLED, FILEENTRYID_COLUMN_BITMASK, FILEENTRYMETADATAID_COLUMN_BITMASK, FILEENTRYTYPEID_COLUMN_BITMASK, FILEVERSIONID_COLUMN_BITMASK, 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, UUID_COLUMN_BITMASK
 
Constructor Summary
DLFileEntryMetadataImpl()
           
 
Method Summary
 DDMStructure getDDMStructure()
           
 DLFileEntryType getFileEntryType()
           
 DLFileVersion getFileVersion()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl
clone, compareTo, equals, getColumnBitmask, getDDMStorageId, getDDMStructureId, getExpandoBridge, getFileEntryId, getFileEntryMetadataId, getFileEntryTypeId, getFileVersionId, getModelAttributes, getModelClass, getModelClassName, getOriginalDDMStructureId, getOriginalFileEntryId, getOriginalFileEntryTypeId, getOriginalFileVersionId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getUuid, hashCode, resetOriginalValues, setDDMStorageId, setDDMStructureId, setExpandoBridgeAttributes, setFileEntryId, setFileEntryMetadataId, setFileEntryTypeId, setFileVersionId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryMetadataModel
clone, compareTo, getDDMStorageId, getDDMStructureId, getExpandoBridge, getFileEntryId, getFileEntryMetadataId, getFileEntryTypeId, getFileVersionId, getPrimaryKey, getPrimaryKeyObj, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setDDMStorageId, setDDMStructureId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileEntryId, setFileEntryMetadataId, setFileEntryTypeId, setFileVersionId, setNew, setPrimaryKey, setPrimaryKeyObj, setUuid, 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

DLFileEntryMetadataImpl

public DLFileEntryMetadataImpl()
Method Detail

getDDMStructure

public DDMStructure getDDMStructure()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getFileEntryType

public DLFileEntryType getFileEntryType()
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getFileVersion

public DLFileVersion getFileVersion()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5