Class StandardizerActionFactory.StandardizerClassDescriptor

java.lang.Object
chemaxon.standardizer.StandardizerActionFactory.StandardizerClassDescriptor
Enclosing class:
StandardizerActionFactory

public static class StandardizerActionFactory.StandardizerClassDescriptor extends Object
Descriptor of a standardizer class
Since:
6.0
  • Field Details

    • id

      protected String id
    • className

      protected String className
    • jar

      protected String jar
  • Constructor Details

    • StandardizerClassDescriptor

      public StandardizerClassDescriptor()
      Initializes an empty standardizer class descriptor
    • StandardizerClassDescriptor

      public StandardizerClassDescriptor(String id, String className, String jar, String editorClassName)
      Initializes a standardizer class descriptor
      Parameters:
      id - the identifier of the class
      className - the name of the class of the standardizer
      jar - the container of the class
      editorClassName - the name of the class of the editor component for the standardizer
  • Method Details

    • setID

      public void setID(String id)
      Sets the id of the standardizer class
      Parameters:
      id - the id of the standardizer class
    • getID

      public String getID()
      Gets the id of the standardizer class
      Returns:
      the id of the standardizer class
    • getClassName

      public String getClassName()
      Gets the name of the standardizer class
      Returns:
      the name of the standardizer class
    • getJar

      public String getJar()
      Gets the jar containing the standardizer class
      Returns:
      the jar containing the standardizer class
    • setClassName

      public void setClassName(String className)
      Sets the name of the standardizer class
      Parameters:
      className - the name of the standardizer class
    • setJar

      public void setJar(String path)
      Sets the path of the jar containing the standardizer class
      Parameters:
      path - the path of the jar containing the standardizer class
    • getEditorClassName

      public String getEditorClassName()
      Gets the name of the editor of the standardizer class
      Returns:
      the name of the editor of the standardizer class
    • setEditorClassName

      public void setEditorClassName(String editorClassName)
      Sets the name of the editor of the standardizer class
      Parameters:
      editorClassName - the name of the editor of the standardizer class
    • toString

      public String toString()
      Overrides:
      toString in class Object