Interface DLFileEntryMetadataModel
- All Superinterfaces:
BaseModel<DLFileEntryMetadata>
,ClassedModel
,Cloneable
,Comparable<DLFileEntryMetadata>
,CTModel<DLFileEntryMetadata>
,ExternalReferenceCodeModel
,MVCCModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
DLFileEntryMetadata
- All Known Implementing Classes:
DLFileEntryMetadataWrapper
@ProviderType
public interface DLFileEntryMetadataModel
extends BaseModel<DLFileEntryMetadata>, CTModel<DLFileEntryMetadata>, ExternalReferenceCodeModel, MVCCModel, ShardedModel
The base model interface for the DLFileEntryMetadata service. Represents a row in the "DLFileEntryMetadata" database table, with each column mapped to a property of this class.
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
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this document library file entry metadata.long
Returns the ct collection ID of this document library file entry metadata.long
Returns the ddm storage ID of this document library file entry metadata.long
Returns the ddm structure ID of this document library file entry metadata.Returns the external reference code of this document library file entry metadata.long
Returns the file entry ID of this document library file entry metadata.long
Returns the file entry metadata ID of this document library file entry metadata.long
Returns the file version ID of this document library file entry metadata.long
Returns the mvcc version of this document library file entry metadata.long
Returns the primary key of this document library file entry metadata.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
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code 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
Sets the uuid of this document library file entry metadata.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this document library file entry metadata.- Specified by:
getPrimaryKey
in interfaceCTModel<DLFileEntryMetadata>
- Returns:
- the primary key of this document library file entry metadata
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this document library file entry metadata.- Specified by:
setPrimaryKey
in interfaceCTModel<DLFileEntryMetadata>
- Parameters:
primaryKey
- the primary key of this document library file entry metadata
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this document library file entry metadata.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this document library file entry metadata
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library file entry metadata.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this document library file entry metadata
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this document library file entry metadata.- Specified by:
getCtCollectionId
in interfaceCTModel<DLFileEntryMetadata>
- Returns:
- the ct collection ID of this document library file entry metadata
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file entry metadata.- Specified by:
setCtCollectionId
in interfaceCTModel<DLFileEntryMetadata>
- Parameters:
ctCollectionId
- the ct collection ID of this document library file entry metadata
-
getUuid
Returns the uuid of this document library file entry metadata.- Returns:
- the uuid of this document library file entry metadata
-
setUuid
Sets the uuid of this document library file entry metadata.- Parameters:
uuid
- the uuid of this document library file entry metadata
-
getExternalReferenceCode
Returns the external reference code of this document library file entry metadata.- Specified by:
getExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Returns:
- the external reference code of this document library file entry metadata
-
setExternalReferenceCode
Sets the external reference code of this document library file entry metadata.- Specified by:
setExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this document library file entry metadata
-
getFileEntryMetadataId
long getFileEntryMetadataId()Returns the file entry metadata ID of this document library file entry metadata.- Returns:
- the file entry metadata ID of this document library file entry metadata
-
setFileEntryMetadataId
void setFileEntryMetadataId(long fileEntryMetadataId) Sets the file entry metadata ID of this document library file entry metadata.- Parameters:
fileEntryMetadataId
- the file entry metadata ID of this document library file entry metadata
-
getCompanyId
long getCompanyId()Returns the company ID of this document library file entry metadata.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this document library file entry metadata
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this document library file entry metadata.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this document library file entry metadata
-
getDDMStorageId
long getDDMStorageId()Returns the ddm storage ID of this document library file entry metadata.- Returns:
- the ddm storage ID of this document library file entry metadata
-
setDDMStorageId
void setDDMStorageId(long DDMStorageId) Sets the ddm storage ID of this document library file entry metadata.- Parameters:
DDMStorageId
- the ddm storage ID of this document library file entry metadata
-
getDDMStructureId
long getDDMStructureId()Returns the ddm structure ID of this document library file entry metadata.- Returns:
- the ddm structure ID of this document library file entry metadata
-
setDDMStructureId
void setDDMStructureId(long DDMStructureId) Sets the ddm structure ID of this document library file entry metadata.- Parameters:
DDMStructureId
- the ddm structure ID of this document library file entry metadata
-
getFileEntryId
long getFileEntryId()Returns the file entry ID of this document library file entry metadata.- Returns:
- the file entry ID of this document library file entry metadata
-
setFileEntryId
void setFileEntryId(long fileEntryId) Sets the file entry ID of this document library file entry metadata.- Parameters:
fileEntryId
- the file entry ID of this document library file entry metadata
-
getFileVersionId
long getFileVersionId()Returns the file version ID of this document library file entry metadata.- Returns:
- the file version ID of this document library file entry metadata
-
setFileVersionId
void setFileVersionId(long fileVersionId) Sets the file version ID of this document library file entry metadata.- Parameters:
fileVersionId
- the file version ID of this document library file entry metadata
-
cloneWithOriginalValues
DLFileEntryMetadata cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<DLFileEntryMetadata>
-
toXmlString
-