@ProviderType public interface DLFileEntryMetadataModel extends BaseModel<DLFileEntryMetadata>, CTModel<DLFileEntryMetadata>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataImpl
.
DLFileEntryMetadata
Modifier and Type | Method and Description |
---|---|
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.
|
long |
getFileVersionId()
Returns the file version ID of this document library file entry metadata.
|
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 |
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<DLFileEntryMetadata>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<DLFileEntryMetadata>
primaryKey
- the primary key of this document library file entry metadatalong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this document library file entry metadatalong getCtCollectionId()
getCtCollectionId
in interface CTModel<DLFileEntryMetadata>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<DLFileEntryMetadata>
ctCollectionId
- the ct collection ID of this document library file entry metadata@AutoEscape String getUuid()
void setUuid(String uuid)
uuid
- the uuid of this document library file entry metadatalong getFileEntryMetadataId()
void setFileEntryMetadataId(long fileEntryMetadataId)
fileEntryMetadataId
- the file entry metadata ID of this document library file entry metadatalong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this document library file entry metadatalong getDDMStorageId()
void setDDMStorageId(long DDMStorageId)
DDMStorageId
- the ddm storage ID of this document library file entry metadatalong getDDMStructureId()
void setDDMStructureId(long DDMStructureId)
DDMStructureId
- the ddm structure ID of this document library file entry metadatalong getFileEntryId()
void setFileEntryId(long fileEntryId)
fileEntryId
- the file entry ID of this document library file entry metadatalong getFileVersionId()
void setFileVersionId(long fileVersionId)
fileVersionId
- the file version ID of this document library file entry metadata