public abstract class AbstractCompositeDBObject<C extends DBObject> extends AbstractDBObject implements CompositeDBObject<C>
CompositeDBObject interface which serves as parent class
for individual implementations.doc, name, objectType, owner| Constructor and Description |
|---|
AbstractCompositeDBObject(String name,
String type) |
AbstractCompositeDBObject(String name,
String type,
CompositeDBObject<?> owner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIdentical(DBObject other)
tells if an object has the same definition as another one.
|
equals, getDoc, getName, getObjectType, getOwner, hashCode, setDoc, setName, setOwner, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComponentsgetDoc, getObjectType, getOwner, setOwnerpublic AbstractCompositeDBObject(String name, String type, CompositeDBObject<?> owner)
public boolean isIdentical(DBObject other)
DBObjectisIdentical in interface DBObjectCopyright © 2006–2014 Volker Bergmann. All rights reserved.