|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.db.DBSP.NamedObject
Objects with names.
| Constructor Summary | |
protected |
DBSP.NamedObject(String name)
Get an instance of a named object with the given name. |
| Method Summary | |
boolean |
equals(Object o)
Test for equality. |
String |
getName()
Get the name of this object. |
int |
hashCode()
Get the hash code of the name of this object. |
String |
toString()
String me. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected DBSP.NamedObject(String name)
name - | Method Detail |
public String getName()
public String toString()
public int hashCode()
public boolean equals(Object o)
o - object to test against
o is a NamedObject object with the
same name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||