public interface DBObject extends org.databene.commons.Named, Serializable
CompositeDBObject.| Modifier and Type | Method and Description |
|---|---|
String |
getDoc() |
String |
getObjectType() |
CompositeDBObject<?> |
getOwner() |
boolean |
isIdentical(DBObject other)
tells if an object has the same definition as another one.
|
void |
setOwner(CompositeDBObject<?> owner)
sets the owner of the DBObject instance.
|
String getObjectType()
String getDoc()
CompositeDBObject<?> getOwner()
void setOwner(CompositeDBObject<?> owner)
boolean isIdentical(DBObject other)
Copyright © 2006–2014 Volker Bergmann. All rights reserved.