Interface Metadata

All Superinterfaces:
Serializable
All Known Implementing Classes:
MetadataImpl

public interface Metadata extends Serializable

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

  • Method Details

    • getTitle

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

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

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

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

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

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

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

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

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

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

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

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

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

      void setCopyright(String copyright)
      Sets copyright.
      Parameters:
      copyright -