com.jfw.database
Class FunctionObject

java.lang.Object
  extended by com.jfw.database.FunctionObject

public final class FunctionObject
extends java.lang.Object

Used in QueryGateway for function parameters.


Constructor Summary
FunctionObject(java.lang.Object value)
          Create an instance.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionObject

public FunctionObject(java.lang.Object value)
Create an instance.

Parameters:
value - the obgect to use as parameter for a query.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
the toString() value of attribute value or null if attribute value is not instantiated.