public class DLFileEntryMetadataWrapper extends BaseModelWrapper<DLFileEntryMetadata> implements DLFileEntryMetadata, ModelWrapper<DLFileEntryMetadata>
This class is a wrapper for DLFileEntryMetadata.
DLFileEntryMetadata,
Serialized FormmodelFILE_ENTRY_METADATA_ID_ACCESSOR| Constructor and Description |
|---|
DLFileEntryMetadataWrapper(DLFileEntryMetadata dlFileEntryMetadata) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this document library file entry metadata.
|
long |
getDDMStorageId()
Returns the ddm storage ID of this document library file entry metadata.
|
long |
getDDMStructureId()
Returns the ddm structure ID of this document library file entry metadata.
|
long |
getFileEntryId()
Returns the file entry ID of this document library file entry metadata.
|
long |
getFileEntryMetadataId()
Returns the file entry metadata ID of this document library file entry metadata.
|
DLFileVersion |
getFileVersion() |
long |
getFileVersionId()
Returns the file version ID of this document library file entry metadata.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this document library file entry metadata.
|
long |
getPrimaryKey()
Returns the primary key of this document library file entry metadata.
|
String |
getUuid()
Returns the uuid of this document library file entry metadata.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setCompanyId(long companyId)
Sets the company ID of this document library file entry metadata.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the ddm storage ID of this document library file entry metadata.
|
void |
setDDMStructureId(long DDMStructureId)
Sets the ddm structure ID of this document library file entry metadata.
|
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this document library file entry metadata.
|
void |
setFileEntryMetadataId(long fileEntryMetadataId)
Sets the file entry metadata ID of this document library file entry metadata.
|
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this document library file entry metadata.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this document library file entry metadata.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file entry metadata.
|
void |
setUuid(String uuid)
Sets the uuid of this document library file entry metadata.
|
protected DLFileEntryMetadataWrapper |
wrap(DLFileEntryMetadata dlFileEntryMetadata) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic DLFileEntryMetadataWrapper(DLFileEntryMetadata dlFileEntryMetadata)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DLFileEntryMetadata>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DLFileEntryMetadata>public long getCompanyId()
getCompanyId in interface DLFileEntryMetadataModelgetCompanyId in interface ShardedModelpublic long getDDMStorageId()
getDDMStorageId in interface DLFileEntryMetadataModelpublic long getDDMStructureId()
getDDMStructureId in interface DLFileEntryMetadataModelpublic long getFileEntryId()
getFileEntryId in interface DLFileEntryMetadataModelpublic long getFileEntryMetadataId()
getFileEntryMetadataId in interface DLFileEntryMetadataModelpublic DLFileVersion getFileVersion() throws PortalException
getFileVersion in interface DLFileEntryMetadataPortalExceptionpublic long getFileVersionId()
getFileVersionId in interface DLFileEntryMetadataModelpublic long getMvccVersion()
getMvccVersion in interface DLFileEntryMetadataModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DLFileEntryMetadataModelpublic String getUuid()
getUuid in interface DLFileEntryMetadataModelpublic void persist()
DLFileEntryMetadata interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLFileEntryMetadataModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this document library file entry metadatapublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface DLFileEntryMetadataModelDDMStorageId - the ddm storage ID of this document library file entry metadatapublic void setDDMStructureId(long DDMStructureId)
setDDMStructureId in interface DLFileEntryMetadataModelDDMStructureId - the ddm structure ID of this document library file entry metadatapublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface DLFileEntryMetadataModelfileEntryId - the file entry ID of this document library file entry metadatapublic void setFileEntryMetadataId(long fileEntryMetadataId)
setFileEntryMetadataId in interface DLFileEntryMetadataModelfileEntryMetadataId - the file entry metadata ID of this document library file entry metadatapublic void setFileVersionId(long fileVersionId)
setFileVersionId in interface DLFileEntryMetadataModelfileVersionId - the file version ID of this document library file entry metadatapublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DLFileEntryMetadataModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this document library file entry metadatapublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLFileEntryMetadataModelprimaryKey - the primary key of this document library file entry metadatapublic void setUuid(String uuid)
setUuid in interface DLFileEntryMetadataModeluuid - the uuid of this document library file entry metadataprotected DLFileEntryMetadataWrapper wrap(DLFileEntryMetadata dlFileEntryMetadata)
wrap in class BaseModelWrapper<DLFileEntryMetadata>