Class ConfigurationCompilerPlugInDateTimeMethod
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
- All Implemented Interfaces:
Serializable
Configuration information for plugging in a custom date-time-method.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.ConfigurationCompilerPlugInDateTimeMethod
(String name, String forgeClassName) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the class name of the date-time method forge factory class.getName()
Returns the date-time method name.int
hashCode()
void
setForgeClassName
(String forgeClassName) Sets the class name of the aggregation function factory class.void
Sets the date-time method name.
-
Constructor Details
-
ConfigurationCompilerPlugInDateTimeMethod
public ConfigurationCompilerPlugInDateTimeMethod()Ctor. -
ConfigurationCompilerPlugInDateTimeMethod
Ctor.- Parameters:
name
- of the date-time methodforgeClassName
- the name of the date-time method forge factory class
-
-
Method Details
-
getName
Returns the date-time method name.- Returns:
- name
-
setName
Sets the date-time method name.- Parameters:
name
- to set
-
getForgeClassName
Returns the class name of the date-time method forge factory class.- Returns:
- class name
-
setForgeClassName
Sets the class name of the aggregation function factory class.- Parameters:
forgeClassName
- class name to set
-
equals
-
hashCode
public int hashCode()
-