org.springmodules.validation.valang.functions
Class FunctionDefinition
java.lang.Object
org.springmodules.validation.valang.functions.FunctionDefinition
public class FunctionDefinition
- extends Object
Defines a function. This definition holds the function name
and the fully qualified name of the function class.
- Author:
- Uri Boness
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionDefinition
public FunctionDefinition()
- Constructs a new FunctionDefinition.
FunctionDefinition
public FunctionDefinition(String name,
String className)
- Constructs a new FunctionDefinition with a given name and fully qulified class name.
- Parameters:
name
- The name of the function.className
- The fully qualified class name of the function.
getName
public String getName()
setName
public void setName(String name)
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
Copyright © 2009. All Rights Reserved.