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 Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this document library file entry metadata.
      Specified by:
      getPrimaryKey in interface CTModel<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 interface CTModel<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 interface MVCCModel
      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 interface MVCCModel
      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 interface CTModel<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 interface CTModel<DLFileEntryMetadata>
      Parameters:
      ctCollectionId - the ct collection ID of this document library file entry metadata
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this document library file entry metadata.
      Returns:
      the uuid of this document library file entry metadata
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this document library file entry metadata.
      Parameters:
      uuid - the uuid of this document library file entry metadata
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this document library file entry metadata.
      Specified by:
      getExternalReferenceCode in interface ExternalReferenceCodeModel
      Returns:
      the external reference code of this document library file entry metadata
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this document library file entry metadata.
      Specified by:
      setExternalReferenceCode in interface ExternalReferenceCodeModel
      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 interface ShardedModel
      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 interface ShardedModel
      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 interface BaseModel<DLFileEntryMetadata>
    • toXmlString

      default String toXmlString()