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 TypeMethodDescriptionlongReturns the company ID of this document library file entry metadata.longReturns the ct collection ID of this document library file entry metadata.longReturns the ddm storage ID of this document library file entry metadata.longReturns the ddm structure ID of this document library file entry metadata.Returns the external reference code of this document library file entry metadata.longReturns the file entry ID of this document library file entry metadata.longReturns the file entry metadata ID of this document library file entry metadata.longReturns the file version ID of this document library file entry metadata.longReturns the mvcc version of this document library file entry metadata.longReturns the primary key of this document library file entry metadata.getUuid()Returns the uuid of this document library file entry metadata.voidsetCompanyId(long companyId) Sets the company ID of this document library file entry metadata.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file entry metadata.voidsetDDMStorageId(long DDMStorageId) Sets the ddm storage ID of this document library file entry metadata.voidsetDDMStructureId(long DDMStructureId) Sets the ddm structure ID of this document library file entry metadata.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this document library file entry metadata.voidsetFileEntryId(long fileEntryId) Sets the file entry ID of this document library file entry metadata.voidsetFileEntryMetadataId(long fileEntryMetadataId) Sets the file entry metadata ID of this document library file entry metadata.voidsetFileVersionId(long fileVersionId) Sets the file version ID of this document library file entry metadata.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this document library file entry metadata.voidsetPrimaryKey(long primaryKey) Sets the primary key of this document library file entry metadata.voidSets the uuid of this document library file entry metadata.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getExternalReferenceCodein 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:
setExternalReferenceCodein 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:
getCompanyIdin 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:
setCompanyIdin 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:
cloneWithOriginalValuesin interfaceBaseModel<DLFileEntryMetadata>
-
toXmlString
-