public abstract class AbstractInfoObject extends ImmutableDataObject
equals(), hashCode() and toString()
are defined in terms of the information object's name.| Constructor and Description |
|---|
AbstractInfoObject(String protocolName,
String apiName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares some other Object to this one for equality.
|
int |
hashCode()
Returns a hash code value for this object.
|
String |
toString()
Stringize this AbstractInfoObject to the name of the object.
|
clone, isReadOnly, setReadOnly