|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObjectID
Abstract implementation of DBObjectID for subclassing by DBObjectID implementations.
| Constructor Summary | |
protected |
AbstractDBObjectID()
|
| Method Summary | |
boolean |
equals(DBObjectID id)
By default calls for a strict equals comparison. |
boolean |
equals(java.lang.Object obj)
By default calls for an unstrict equals comparison. |
DBObjectID |
getParent()
Gets this id's parent id (if one exists) |
java.lang.String |
getType()
Retrieves the type of object referenced by this id. |
int |
hashCode()
|
protected DBObject |
resolveFromParent()
If the id's parent is non-null this tries to resolve the parent ID and then search the parent's children for an object with this ID. |
protected void |
setParent(DBObjectID parent)
Sets this id's parent id |
protected void |
setType(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.javatools.db.DBObjectID |
equals, resolveID, toString |
| Constructor Detail |
protected AbstractDBObjectID()
| Method Detail |
public java.lang.String getType()
DBObjectID
getType in interface DBObjectIDDBObject.getType();protected void setType(java.lang.String type)
public final DBObjectID getParent()
getParent in interface DBObjectIDprotected void setParent(DBObjectID parent)
protected DBObject resolveFromParent()
throws DBException
DBExceptionpublic boolean equals(DBObjectID id)
equals in interface DBObjectIDid - the DBObjectID being checked for equality
public boolean equals(java.lang.Object obj)
public int hashCode()
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.