Class GeneratorImpl

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

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

      Constructors 
      Constructor Description
      GeneratorImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCopiedFromId()
      Gets the original document Id of this meta data archive.
      java.lang.String getCopiedFromPath()
      Gets the original document path of this meta data archive.
      java.util.Date getDate()
      Gets the creation date of this meta data archive.
      java.lang.String getName()
      Gets the name of the generator.
      java.lang.String getPlatform()
      Gets the name of the platform.
      void setCopiedFromId​(java.lang.String copiedFromId)
      Sets the original document Id of this meta data archive.
      void setCopiedFromPath​(java.lang.String copiedFromPath)
      Sets the original document path of this meta data archive.
      void setDate​(java.util.Date date)
      Sets the creation date of this meta data archive.
      void setName​(java.lang.String name)
      Sets the name of the generator.
      void setPlatform​(java.lang.String platform)
      Sets the name of the platform.
      • Methods inherited from class java.lang.Object

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

      • GeneratorImpl

        public GeneratorImpl()
    • Method Detail

      • getName

        public java.lang.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​(java.lang.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 java.lang.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​(java.lang.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 java.util.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​(java.util.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 java.lang.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​(java.lang.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 java.lang.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​(java.lang.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