Class CheckerFixerFactory.ClassDescriptor

java.lang.Object
chemaxon.structurechecker.factory.CheckerFixerFactory.ClassDescriptor
Direct Known Subclasses:
CheckerFixerFactory.CheckerClassDescriptor, CheckerFixerFactory.FixerClassDescriptor
Enclosing class:
CheckerFixerFactory

public abstract static class CheckerFixerFactory.ClassDescriptor extends Object
Descriptor of a class
Since:
5.12
  • Field Details

    • id

      protected String id
    • className

      protected String className
    • jar

      protected String jar
  • Constructor Details

  • Method Details

    • setID

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object