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