Class GeneratorImpl
- All Implemented Interfaces:
Generator,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the original document Id of this meta data archive.Gets the original document path of this meta data archive.getDate()Gets the creation date of this meta data archive.getName()Gets the name of the generator.Gets the name of the platform.voidsetCopiedFromId(String copiedFromId) Sets the original document Id of this meta data archive.voidsetCopiedFromPath(String copiedFromPath) Sets the original document path of this meta data archive.voidSets the creation date of this meta data archive.voidSets the name of the generator.voidsetPlatform(String platform) Sets the name of the platform.
-
Constructor Details
-
GeneratorImpl
public GeneratorImpl()
-
-
Method Details
-
getName
Description copied from interface:GeneratorGets the name of the generator.
Gets the name of the generator of this meta data archive, e.g. priint:PDF Renderer
-
setName
Description copied from interface:GeneratorSets the name of the generator.
Sets the name of the generator of this meta data archive.
-
getPlatform
Description copied from interface:GeneratorGets the name of the platform.
Gets the name of the platform, this meta data archive was generated on, e.g. MacOS.
- Specified by:
getPlatformin interfaceGenerator- Returns:
- name of the platform
-
setPlatform
Description copied from interface:GeneratorSets the name of the platform.
Sets the name of the platform, this meta data archive was generated on
- Specified by:
setPlatformin interfaceGenerator- Parameters:
platform- name of the platform
-
getDate
Description copied from interface:GeneratorGets the creation date of this meta data archive.
Gets the date, this meta data archive was created.
-
setDate
Description copied from interface:GeneratorSets the creation date of this meta data archive.
Sets the date, this meta data archive was created.
-
getCopiedFromId
Description copied from interface:GeneratorGets 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:
getCopiedFromIdin interfaceGenerator- Returns:
- Id of the original document
-
setCopiedFromId
Description copied from interface:GeneratorSets 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:
setCopiedFromIdin interfaceGenerator- Parameters:
copiedFromId- Id of the original document
-
getCopiedFromPath
Description copied from interface:GeneratorGets 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:
getCopiedFromPathin interfaceGenerator- Returns:
- path of the original document
-
setCopiedFromPath
Description copied from interface:GeneratorSets 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:
setCopiedFromPathin interfaceGenerator- Parameters:
copiedFromPath- path of the original document
-