Method Summary |
|
public boolean | equals(Object rhs) Returns true if this objects is equal to the passed one. |
public IIdentifier | getIdentifier() Return the identifier that uniquely identifies this object. |
public String | getSQL() Return the SQL to be run. |
public int | hashCode() Returns a hash code value for this object. |
public void | setIdentifier(IIdentifier id) Set the identifier that uniquely identifies this object. |
public void | setSQL(String value) Set the SQL to be run. |
public String | toString() Return the SQL as a string representaion of this object. |