public abstract class AbstractSchemaObject extends AbstractSystemObject implements SchemaObject
SchemaObject interface.
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSchemaObject()
Constructs an empty instance with no schema, name or ID.
|
protected |
AbstractSchemaObject(java.lang.String name,
Schema schema)
Constructs a new instance with the specified name and schema.
|
protected |
AbstractSchemaObject(java.lang.String name,
Schema schema,
DBObjectID id)
Constructs a new instance with the specified name and schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
getSchema()
Gets the Schema of this object.
|
void |
setSchema(Schema schema)
Sets the Schema of this object.
|
checkInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddObjectListener, removeObjectListeneraddObjectListener, fireObjectUpdated, removeObjectListeneraddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperties, getProperty, getProperty, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertyprotected AbstractSchemaObject()
protected AbstractSchemaObject(java.lang.String name,
Schema schema,
DBObjectID id)
name - a string representing the name of the objectschema - a string representing the schema containing the objectid - the ID for this objectprotected AbstractSchemaObject(java.lang.String name,
Schema schema)
name - a string representing the name of the objectschema - a string representing the schema containing the objectpublic void setSchema(Schema schema)
SchemaObjectsetSchema in interface SchemaObjectschema - the Schema containing this objectpublic Schema getSchema()
SchemaObjectgetSchema in interface SchemaObject