Class MetadataImpl

  • All Implemented Interfaces:
    Metadata, java.io.Serializable

    public class MetadataImpl
    extends java.lang.Object
    implements java.io.Serializable, Metadata
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MetadataImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAuthor()
      Gets author.
      java.lang.String getAuthorTitle()
      Gets author title.
      java.lang.String getCopyright()
      Gets copyright.
      java.lang.String getDescription()
      Gets description.
      java.lang.String getDescriptionAuthor()
      Gets description author.
      java.lang.String getKeys()
      Gets keys.
      java.lang.String getTitle()
      Gets title.
      void setAuthor​(java.lang.String author)
      Sets author.
      void setAuthorTitle​(java.lang.String authorTitle)
      Sets author title.
      void setCopyright​(java.lang.String copyright)
      Sets copyright.
      void setDescription​(java.lang.String description)
      Sets description.
      void setDescrptionAuthor​(java.lang.String descriptionAuthor)
      Sets descrption author.
      void setKeys​(java.lang.String keys)
      Sets keys.
      void setTitle​(java.lang.String title)
      Sets title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetadataImpl

        public MetadataImpl()
    • Method Detail

      • getAuthor

        public java.lang.String getAuthor()
        Description copied from interface: Metadata
        Gets author.
        Specified by:
        getAuthor in interface Metadata
        Returns:
        the author as String
      • setAuthor

        public void setAuthor​(java.lang.String author)
        Description copied from interface: Metadata
        Sets author.
        Specified by:
        setAuthor in interface Metadata
      • getAuthorTitle

        public java.lang.String getAuthorTitle()
        Description copied from interface: Metadata
        Gets author title.
        Specified by:
        getAuthorTitle in interface Metadata
        Returns:
        the authorTitle as String
      • setAuthorTitle

        public void setAuthorTitle​(java.lang.String authorTitle)
        Description copied from interface: Metadata
        Sets author title.
        Specified by:
        setAuthorTitle in interface Metadata
      • getCopyright

        public java.lang.String getCopyright()
        Description copied from interface: Metadata
        Gets copyright.
        Specified by:
        getCopyright in interface Metadata
        Returns:
        the copyright
      • setCopyright

        public void setCopyright​(java.lang.String copyright)
        Description copied from interface: Metadata
        Sets copyright.
        Specified by:
        setCopyright in interface Metadata
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Metadata
        Gets description.
        Specified by:
        getDescription in interface Metadata
        Returns:
        the description as String
      • setDescription

        public void setDescription​(java.lang.String description)
        Description copied from interface: Metadata
        Sets description.
        Specified by:
        setDescription in interface Metadata
      • getDescriptionAuthor

        public java.lang.String getDescriptionAuthor()
        Description copied from interface: Metadata
        Gets description author.
        Specified by:
        getDescriptionAuthor in interface Metadata
        Returns:
        the autor description as String
      • getKeys

        public java.lang.String getKeys()
        Description copied from interface: Metadata
        Gets keys.
        Specified by:
        getKeys in interface Metadata
        Returns:
        the keys as String
      • setKeys

        public void setKeys​(java.lang.String keys)
        Description copied from interface: Metadata
        Sets keys.
        Specified by:
        setKeys in interface Metadata
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: Metadata
        Gets title.
        Specified by:
        getTitle in interface Metadata
        Returns:
        the title as String
      • setTitle

        public void setTitle​(java.lang.String title)
        Description copied from interface: Metadata
        Sets title.
        Specified by:
        setTitle in interface Metadata
      • setDescrptionAuthor

        public void setDescrptionAuthor​(java.lang.String descriptionAuthor)
        Description copied from interface: Metadata
        Sets descrption author.
        Specified by:
        setDescrptionAuthor in interface Metadata