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, 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getParent
addObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName
getProperty, getProperty, setProperties, setProperty
protected AbstractChildDBObject()
protected AbstractChildDBObject(java.lang.String name)
protected AbstractChildDBObject(java.lang.String name, DBObject parent)
public void setParent(DBObject parent)
ChildDBObject
setParent
in interface ChildDBObject