org.jboss.dna.common.jdbc.model.spi
Class SchemaBean

java.lang.Object
  extended by org.jboss.dna.common.jdbc.model.spi.CoreMetaDataBean
      extended by org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
          extended by org.jboss.dna.common.jdbc.model.spi.SchemaBean
All Implemented Interfaces:
Serializable, CoreMetaData, DatabaseNamedObject, Schema

public class SchemaBean
extends DatabaseNamedObjectBean
implements Schema

Provides database schema specific metadata.

Author:
Sergiy Litsenko
See Also:
Serialized Form

Constructor Summary
SchemaBean()
          Default constructor
 
Method Summary
 Catalog getCatalog()
          Gets database catalog
 void setCatalog(Catalog catalog)
          Sets database catalog
 
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

SchemaBean

public SchemaBean()
Default constructor

Method Detail

getCatalog

public Catalog getCatalog()
Gets database catalog

Specified by:
getCatalog in interface Schema
Returns:
database catalog

setCatalog

public void setCatalog(Catalog catalog)
Sets database catalog

Specified by:
setCatalog in interface Schema
Parameters:
catalog - the database catalog


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.