Class ConfigurationCompilerPlugInDateTimeMethod

java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
All Implemented Interfaces:
Serializable

public class ConfigurationCompilerPlugInDateTimeMethod extends Object implements Serializable
Configuration information for plugging in a custom date-time-method.
See Also:
  • Constructor Details

    • ConfigurationCompilerPlugInDateTimeMethod

      public ConfigurationCompilerPlugInDateTimeMethod()
      Ctor.
    • ConfigurationCompilerPlugInDateTimeMethod

      public ConfigurationCompilerPlugInDateTimeMethod(String name, String forgeClassName)
      Ctor.
      Parameters:
      name - of the date-time method
      forgeClassName - the name of the date-time method forge factory class
  • Method Details

    • getName

      public String getName()
      Returns the date-time method name.
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the date-time method name.
      Parameters:
      name - to set
    • getForgeClassName

      public String getForgeClassName()
      Returns the class name of the date-time method forge factory class.
      Returns:
      class name
    • setForgeClassName

      public void setForgeClassName(String forgeClassName)
      Sets the class name of the aggregation function factory class.
      Parameters:
      forgeClassName - class name to set
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object