Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLFileEntryMetadata

All Superinterfaces:
BaseModel<DLFileEntryMetadata>, ClassedModel, Cloneable, Comparable<DLFileEntryMetadata>, DLFileEntryMetadataModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
DLFileEntryMetadataBaseImpl, DLFileEntryMetadataImpl, DLFileEntryMetadataWrapper

@ProviderType
public interface DLFileEntryMetadata
extends DLFileEntryMetadataModel, PersistedModel

The extended model interface for the DLFileEntryMetadata service. Represents a row in the "DLFileEntryMetadata" database table, with each column mapped to a property of this class.

See Also:
DLFileEntryMetadataModel, DLFileEntryMetadataImpl, DLFileEntryMetadataModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<DLFileEntryMetadata,Long> FILE_ENTRY_METADATA_ID_ACCESSOR
           
 
Method Summary
 DLFileVersion getFileVersion()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryMetadataModel
clone, compareTo, getCompanyId, getDDMStorageId, getDDMStructureId, getExpandoBridge, getFileEntryId, getFileEntryMetadataId, getFileVersionId, getPrimaryKey, getPrimaryKeyObj, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setDDMStorageId, setDDMStructureId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileEntryId, setFileEntryMetadataId, setFileVersionId, setNew, setPrimaryKey, setPrimaryKeyObj, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

FILE_ENTRY_METADATA_ID_ACCESSOR

static final Accessor<DLFileEntryMetadata,Long> FILE_ENTRY_METADATA_ID_ACCESSOR
Method Detail

getFileVersion

DLFileVersion getFileVersion()
                             throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4