|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.cm.ds.db.AbstractDBObject
oracle.jdeveloper.cm.ds.db.AbstractSchemaObject
Provides a base implementation of the SchemaObject
interface.
Field Summary |
Fields inherited from interface oracle.jdeveloper.cm.ds.db.DBObject |
COMMENT |
Fields inherited from interface oracle.ide.addin.Subject |
OBJECT_MODIFIED |
Constructor Summary | |
protected |
AbstractSchemaObject()
Constructs a new instance. |
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 | |
protected void |
copyToImpl(AbstractSchemaObject copy)
|
protected boolean |
equalsImpl(AbstractSchemaObject target)
|
Schema |
getSchema()
Gets the Schema of this object. |
void |
setSchema(Schema schema)
Sets the Schema of this object. |
Methods inherited from class oracle.jdeveloper.cm.ds.db.AbstractDBObject |
attach, compareToImpl, copyToImpl, detach, equals, equalsImpl, getID, getName, getProperties, getProperty, hashCode, notifyObservers, setID, setName, setProperties, setProperty, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.jdeveloper.cm.ds.db.DBObject |
copyTo, getID, getName, getProperties, getProperty, getType, setID, setName, setProperties, setProperty |
Methods inherited from interface oracle.ide.addin.Subject |
attach, detach, notifyObservers |
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 objectprotected AbstractSchemaObject(java.lang.String name, Schema schema)
name
- a string representing the name of the objectschema
- a string representing the schema containing the objectMethod Detail |
protected void copyToImpl(AbstractSchemaObject copy)
protected boolean equalsImpl(AbstractSchemaObject target)
public void setSchema(Schema schema)
SchemaObject
setSchema
in interface SchemaObject
schema
- the Schema containing this objectpublic Schema getSchema()
SchemaObject
getSchema
in interface SchemaObject
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.