|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.common.jdbc.model.spi.CoreMetaDataBean
org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
org.jboss.dna.common.jdbc.model.spi.SchemaObjectBean
public class SchemaObjectBean

Provides database schema object specific metadata.
| Constructor Summary | |
|---|---|
SchemaObjectBean()
Default constructor |
|
| Method Summary | |
|---|---|
Catalog |
getCatalog()
Gets database catalog |
Schema |
getSchema()
Gets database schema |
void |
setCatalog(Catalog catalog)
Sets database catalog |
void |
setSchema(Schema schema)
Sets database schema |
| Methods inherited from class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean |
|---|
addExtraProperty, deleteExtraProperty, getExtraProperties, getExtraProperty, getName, getRemarks, setName, setRemarks |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject |
|---|
addExtraProperty, deleteExtraProperty, getExtraProperties, getExtraProperty, getName, getRemarks, setName, setRemarks |
| Constructor Detail |
|---|
public SchemaObjectBean()
| Method Detail |
|---|
public Catalog getCatalog()
getCatalog in interface SchemaObjectpublic void setCatalog(Catalog catalog)
setCatalog in interface SchemaObjectcatalog - the database catalogpublic Schema getSchema()
getSchema in interface SchemaObjectpublic void setSchema(Schema schema)
setSchema in interface SchemaObjectschema - the database schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||