public class DLFileEntryMetadataWrapper extends BaseModelWrapper<DLFileEntryMetadata> implements DLFileEntryMetadata, ModelWrapper<DLFileEntryMetadata>
This class is a wrapper for DLFileEntryMetadata
.
DLFileEntryMetadata
,
Serialized Formmodel
FILE_ENTRY_METADATA_ID_ACCESSOR
Constructor and Description |
---|
DLFileEntryMetadataWrapper(DLFileEntryMetadata dlFileEntryMetadata) |
Modifier and Type | Method and Description |
---|---|
Map<String,Function<DLFileEntryMetadata,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<DLFileEntryMetadata,Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this document library file entry metadata.
|
long |
getCtCollectionId()
Returns the ct collection 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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this document library file entry metadata.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection 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, toXmlString
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
getWrappedModel
public 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 DLFileEntryMetadataModel
getCompanyId
in interface ShardedModel
public long getCtCollectionId()
getCtCollectionId
in interface DLFileEntryMetadataModel
getCtCollectionId
in interface CTModel<DLFileEntryMetadata>
public long getDDMStorageId()
getDDMStorageId
in interface DLFileEntryMetadataModel
public long getDDMStructureId()
getDDMStructureId
in interface DLFileEntryMetadataModel
public long getFileEntryId()
getFileEntryId
in interface DLFileEntryMetadataModel
public long getFileEntryMetadataId()
getFileEntryMetadataId
in interface DLFileEntryMetadataModel
public DLFileVersion getFileVersion() throws PortalException
getFileVersion
in interface DLFileEntryMetadata
PortalException
public long getFileVersionId()
getFileVersionId
in interface DLFileEntryMetadataModel
public long getMvccVersion()
getMvccVersion
in interface DLFileEntryMetadataModel
getMvccVersion
in interface MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface DLFileEntryMetadataModel
getPrimaryKey
in interface CTModel<DLFileEntryMetadata>
public String getUuid()
getUuid
in interface DLFileEntryMetadataModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface DLFileEntryMetadataModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this document library file entry metadatapublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface DLFileEntryMetadataModel
setCtCollectionId
in interface CTModel<DLFileEntryMetadata>
ctCollectionId
- the ct collection ID of this document library file entry metadatapublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId
in interface DLFileEntryMetadataModel
DDMStorageId
- the ddm storage ID of this document library file entry metadatapublic void setDDMStructureId(long DDMStructureId)
setDDMStructureId
in interface DLFileEntryMetadataModel
DDMStructureId
- the ddm structure ID of this document library file entry metadatapublic void setFileEntryId(long fileEntryId)
setFileEntryId
in interface DLFileEntryMetadataModel
fileEntryId
- the file entry ID of this document library file entry metadatapublic void setFileEntryMetadataId(long fileEntryMetadataId)
setFileEntryMetadataId
in interface DLFileEntryMetadataModel
fileEntryMetadataId
- the file entry metadata ID of this document library file entry metadatapublic void setFileVersionId(long fileVersionId)
setFileVersionId
in interface DLFileEntryMetadataModel
fileVersionId
- the file version ID of this document library file entry metadatapublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface DLFileEntryMetadataModel
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this document library file entry metadatapublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface DLFileEntryMetadataModel
setPrimaryKey
in interface CTModel<DLFileEntryMetadata>
primaryKey
- the primary key of this document library file entry metadatapublic void setUuid(String uuid)
setUuid
in interface DLFileEntryMetadataModel
uuid
- the uuid of this document library file entry metadatapublic Map<String,Function<DLFileEntryMetadata,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface BaseModel<DLFileEntryMetadata>
public Map<String,BiConsumer<DLFileEntryMetadata,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface BaseModel<DLFileEntryMetadata>
protected DLFileEntryMetadataWrapper wrap(DLFileEntryMetadata dlFileEntryMetadata)
wrap
in class BaseModelWrapper<DLFileEntryMetadata>