public abstract class AbstractChildDBObject extends AbstractDBObject implements ChildDBObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChildDBObject() |
protected |
AbstractChildDBObject(java.lang.String name) |
protected |
AbstractChildDBObject(java.lang.String name,
DBObject parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
setParent(DBObject parent)
Sets the parent of this object.
|
addObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getParent, getProperties, getProperty, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertyprotected AbstractChildDBObject()
protected AbstractChildDBObject(java.lang.String name)
protected AbstractChildDBObject(java.lang.String name,
DBObject parent)
public void setParent(DBObject parent)
ChildDBObjectsetParent in interface ChildDBObject