|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObject
oracle.javatools.db.AbstractBuildableObject
oracle.javatools.db.AbstractSchemaObject
public abstract class AbstractSchemaObject
Provides a base implementation of the SchemaObject interface.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject |
|---|
AbstractDBObject.ChildSupport |
| Field Summary |
|---|
| Fields inherited from interface oracle.javatools.db.DBObject |
|---|
COMMENT |
| Constructor Summary | |
|---|---|
protected |
AbstractSchemaObject()
|
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. |
| Method Summary | |
|---|---|
void |
addObjectListener(SchemaObjectListener list)
Deprecated. |
protected void |
copyToImpl(AbstractSchemaObject copy,
DBObject copyParent,
IDPolicy idPolicy)
|
protected boolean |
equalsImpl(AbstractSchemaObject target)
|
DBObject |
getParent()
Returns the parent of this object, if one exists. |
Schema |
getSchema()
Gets the Schema of this object. |
void |
removeObjectListener(SchemaObjectListener list)
Deprecated. |
void |
setSchema(Schema schema)
Sets the Schema of this object. |
| Methods inherited from class oracle.javatools.db.AbstractBuildableObject |
|---|
addObjectListener, checkInit, checkInit, checkInitEx, copyToImpl, equalsImpl, fireObjectUpdated, getOwnedObjectsImpl, getProperties, getProperty, getProperty, getReferenceIDsImpl, needsInitialization, removeObjectListener, setProperties, setProperty |
| Methods inherited from class oracle.javatools.db.AbstractDBObject |
|---|
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.javatools.db.SystemObject |
|---|
addObjectListener, fireObjectUpdated, removeObjectListener |
| Methods inherited from interface oracle.javatools.db.DBObject |
|---|
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, getType, replaceReferenceIDs, setID, setName |
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet |
|---|
getProperties, getProperty, getProperty, setProperties, setProperty |
| Constructor Detail |
|---|
protected 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 object
protected AbstractSchemaObject(java.lang.String name,
Schema schema)
name - a string representing the name of the objectschema - a string representing the schema containing the object| Method Detail |
|---|
protected void copyToImpl(AbstractSchemaObject copy,
DBObject copyParent,
IDPolicy idPolicy)
protected boolean equalsImpl(AbstractSchemaObject target)
public void setSchema(Schema schema)
SchemaObject
setSchema in interface SchemaObjectschema - the Schema containing this objectpublic Schema getSchema()
SchemaObject
getSchema in interface SchemaObjectpublic DBObject getParent()
DBObject
getParent in interface DBObject@Deprecated public final void removeObjectListener(SchemaObjectListener list)
SchemaObject
removeObjectListener in interface SchemaObject@Deprecated public final void addObjectListener(SchemaObjectListener list)
SchemaObject
addObjectListener in interface SchemaObject
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||