equals(Object o) Overrides default implementation to compute hashcode based on any associated
attributes 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.
Overrides default implementation to compute hashcode based on any associated
attributes as well as values of non-transient member variables.
Parameters: o - Object to test for equality with this hashcode for this instance
getAttribute
public Attribute getAttribute(String attrName)(Code)
Gets an attribute based on its name
Parameters: attrName - attribute Name Attribute instance associated with attrName, or null if none exists
Overrides default implementation to compute hashcode based on any associated
attributes as well as values of non-transient member variables.
hashcode for this instance
Generates XML elements representing this object's associated attributes.
Parameters: prefix - Prefix string to be prepended to each element String containing XML representation of attributes
Generates XML document representing this object's content, using the given String
as a prefix for each line.
Parameters: prefix - String to be prepended to each line of the generated XML document String containing XML representation exception: BaseException - - exception See Also:SQLObject.toXMLString(java.lang.String)