Class GeneratorImpl

java.lang.Object
com.priint.pubserver.metadata.xml.GeneratorImpl
All Implemented Interfaces:
Generator, Serializable

public class GeneratorImpl extends Object implements Serializable, Generator
See Also:
  • Constructor Details

    • GeneratorImpl

      public GeneratorImpl()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Generator

      Gets the name of the generator.

      Gets the name of the generator of this meta data archive, e.g. priint:PDF Renderer

      Specified by:
      getName in interface Generator
      Returns:
      the name of the generator
    • setName

      public void setName(String name)
      Description copied from interface: Generator

      Sets the name of the generator.

      Sets the name of the generator of this meta data archive.

      Specified by:
      setName in interface Generator
      Parameters:
      name - name of the generator
    • getPlatform

      public String getPlatform()
      Description copied from interface: Generator

      Gets the name of the platform.

      Gets the name of the platform, this meta data archive was generated on, e.g. MacOS.

      Specified by:
      getPlatform in interface Generator
      Returns:
      name of the platform
    • setPlatform

      public void setPlatform(String platform)
      Description copied from interface: Generator

      Sets the name of the platform.

      Sets the name of the platform, this meta data archive was generated on

      Specified by:
      setPlatform in interface Generator
      Parameters:
      platform - name of the platform
    • getDate

      public Date getDate()
      Description copied from interface: Generator

      Gets the creation date of this meta data archive.

      Gets the date, this meta data archive was created.

      Specified by:
      getDate in interface Generator
      Returns:
      creation date of this meta data archive
    • setDate

      public void setDate(Date date)
      Description copied from interface: Generator

      Sets the creation date of this meta data archive.

      Sets the date, this meta data archive was created.

      Specified by:
      setDate in interface Generator
      Parameters:
      date - creation date of this meta data archive
    • getCopiedFromId

      public String getCopiedFromId()
      Description copied from interface: Generator

      Gets the original document Id of this meta data archive.

      Gets the original document Id of this meta data archive.
      If the meta data archive has been copied (e.g. when duplicating a document), this is the Id of the document, this meta data archive was originally associated to.

      Specified by:
      getCopiedFromId in interface Generator
      Returns:
      Id of the original document
    • setCopiedFromId

      public void setCopiedFromId(String copiedFromId)
      Description copied from interface: Generator

      Sets the original document Id of this meta data archive.

      Sets the original document Id of this meta data archive.
      If the meta data archive has been copied (e.g. when duplicating a document), this should be set to the Id of the document, this meta data archive was originally associated to.

      Specified by:
      setCopiedFromId in interface Generator
      Parameters:
      copiedFromId - Id of the original document
    • getCopiedFromPath

      public String getCopiedFromPath()
      Description copied from interface: Generator

      Gets the original document path of this meta data archive.

      Gets the original document path of this meta data archive.
      If the meta data archive has been copied (e.g. when duplicating a document), this is the path of the document, this meta data archive was originally associated to.

      Specified by:
      getCopiedFromPath in interface Generator
      Returns:
      path of the original document
    • setCopiedFromPath

      public void setCopiedFromPath(String copiedFromPath)
      Description copied from interface: Generator

      Sets the original document path of this meta data archive.

      Sets the original document path of this meta data archive.
      If the meta data archive has been copied (e.g. when duplicating a document), this should be set to the path of the document, this meta data archive was originally associated to.

      Specified by:
      setCopiedFromPath in interface Generator
      Parameters:
      copiedFromPath - path of the original document