@ProviderType public interface DLFileEntryMetadataModel extends BaseModel<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 |
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 |
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, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this document library file entry metadatalong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version 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 ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - 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