public class ConfigurationPlugInAggregationFunction extends Object implements Serializable
Constructor and Description |
---|
ConfigurationPlugInAggregationFunction()
Ctor.
|
ConfigurationPlugInAggregationFunction(String name,
String factoryClassName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFactoryClassName()
Returns the class name of the aggregation function factory class.
|
String |
getName()
Returns the aggregation function name.
|
int |
hashCode() |
void |
setFactoryClassName(String factoryClassName)
Sets the class name of the aggregation function factory class.
|
void |
setName(String name)
Sets the aggregation function name.
|
public ConfigurationPlugInAggregationFunction()
public String getName()
public void setName(String name)
name
- to setpublic String getFactoryClassName()
public void setFactoryClassName(String factoryClassName)
factoryClassName
- class name to set