Interface Metadata

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    MetadataImpl

    public interface Metadata
    extends java.io.Serializable

    Interface for Metadata of a W2ML document, e.g. dc:title

    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Gets title.
        Returns:
        the title as String
      • getAuthor

        java.lang.String getAuthor()
        Gets author.
        Returns:
        the author as String
      • getAuthorTitle

        java.lang.String getAuthorTitle()
        Gets author title.
        Returns:
        the authorTitle as String
      • getDescription

        java.lang.String getDescription()
        Gets description.
        Returns:
        the description as String
      • getDescriptionAuthor

        java.lang.String getDescriptionAuthor()
        Gets description author.
        Returns:
        the autor description as String
      • getKeys

        java.lang.String getKeys()
        Gets keys.
        Returns:
        the keys as String
      • getCopyright

        java.lang.String getCopyright()
        Gets copyright.
        Returns:
        the copyright
      • setTitle

        void setTitle​(java.lang.String title)
        Sets title.
        Parameters:
        title -
      • setAuthor

        void setAuthor​(java.lang.String author)
        Sets author.
        Parameters:
        author -
      • setAuthorTitle

        void setAuthorTitle​(java.lang.String authorTitle)
        Sets author title.
        Parameters:
        authorTitle -
      • setDescription

        void setDescription​(java.lang.String description)
        Sets description.
        Parameters:
        description -
      • setDescrptionAuthor

        void setDescrptionAuthor​(java.lang.String descriptionAuthor)
        Sets descrption author.
        Parameters:
        descriptionAuthor -
      • setKeys

        void setKeys​(java.lang.String keys)
        Sets keys.
        Parameters:
        keys -
      • setCopyright

        void setCopyright​(java.lang.String copyright)
        Sets copyright.
        Parameters:
        copyright -