Class MetadataImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.MetadataImpl
All Implemented Interfaces:
Metadata, Serializable

public class MetadataImpl extends Object implements Serializable, Metadata
See Also:
  • Constructor Details

    • MetadataImpl

      public MetadataImpl()
  • Method Details

    • getAuthor

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

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

      public 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(String authorTitle)
      Description copied from interface: Metadata
      Sets author title.
      Specified by:
      setAuthorTitle in interface Metadata
    • getCopyright

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

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

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

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

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

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

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

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

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

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