public abstract class AbstractFunctionHandler extends Object implements FunctionHandler
Query object be available for
sub-classes.| Constructor and Description |
|---|
AbstractFunctionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
setQuery(Query q)
Set the Query object that the function handler should use.
|
protected Query q
public void setQuery(Query q)
setQuery in interface FunctionHandlerq - The Query object.