org.springmodules.validation.valang.functions
Class FunctionDefinition

java.lang.Object
  extended by 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

Constructor Summary
FunctionDefinition()
          Constructs a new FunctionDefinition.
FunctionDefinition(String name, String className)
          Constructs a new FunctionDefinition with a given name and fully qulified class name.
 
Method Summary
 String getClassName()
           
 String getName()
           
 void setClassName(String className)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.