Class Metadata


  • public class Metadata
    extends Object
    Contains metadata in MIME encodings structured in accordance with any authoritative metadata specification
    Author:
    osbornb
    • Constructor Detail

      • Metadata

        public Metadata()
        Default Constructor
      • Metadata

        public Metadata​(Metadata meta)
        Copy Constructor
        Parameters:
        meta - metadata to copy
        Since:
        1.3.0
    • Method Detail

      • getId

        public long getId()
        Get the id
        Returns:
        id
      • setId

        public void setId​(long id)
        Set the id
        Parameters:
        id - id
      • getMetadataScope

        public MetadataScopeType getMetadataScope()
        Get the metadata scope
        Returns:
        metadata scope type
      • setMetadataScope

        public void setMetadataScope​(MetadataScopeType metadataScope)
        Set the metadata scope
        Parameters:
        metadataScope - metadata scope type
      • getMetadataScopeName

        public String getMetadataScopeName()
        Get the metadata scope name
        Returns:
        metadata scope name
        Since:
        4.0.0
      • setMetadataScope

        public void setMetadataScope​(String metadataScope)
        Set the metadata scope
        Parameters:
        metadataScope - metadata scope name
        Since:
        4.0.0
      • getStandardUri

        public String getStandardUri()
        Get the standard URI
        Returns:
        standard URI
      • setStandardUri

        public void setStandardUri​(String standardUri)
        Set the standard URI
        Parameters:
        standardUri - standard URI
      • getMimeType

        public String getMimeType()
        Get the MIME type
        Returns:
        MIME type
      • setMimeType

        public void setMimeType​(String mimeType)
        Set the MIME type
        Parameters:
        mimeType - MIME type
      • getMetadata

        public String getMetadata()
        Get the metadata
        Returns:
        metadata
      • setMetadata

        public void setMetadata​(String metadata)
        Set the metadata
        Parameters:
        metadata - metadata