UI wrapper class for SQLObjects which serve as inputs to SQLConnectableObjects.
author: Jonathan Giron version: $Revision$
Constructor Summary
public
SQLInputObjectImpl(String argumentName, String displayName, SQLObject inputObject) Creates a new instance of SQLInputObject with the given argument name and input
object.
Method Summary
public boolean
equals(Object o) Overrides default implementation to compute hashcode based on any associated
SQLInputObjects as well as values of non-transient member variables.
hashCode() Overrides default implementation to compute hashcode based on any associated
attributes as well as values of non-transient member variables.
Creates a new instance of SQLInputObject with the given argument name and input
object.
Parameters: argumentName - argument name to associate with the given SQLObject Parameters: displayName - display name for this instance Parameters: inputObject - SQLObject providing input value for the given argument name
Overrides default implementation to compute hashcode based on any associated
SQLInputObjects as well as values of non-transient member variables.
Parameters: o - Object to compare against this hashcode for this instance
Overrides default implementation to compute hashcode based on any associated
attributes as well as values of non-transient member variables.
hashcode for this instance