SPT RWT Application API

com.sptci.rwt
Class SchemaMetaData

java.lang.Object
  extended by com.sptci.rwt.MetaData
      extended by com.sptci.rwt.RootMetaData
          extended by com.sptci.rwt.SchemaMetaData
All Implemented Interfaces:
Serializable

public class SchemaMetaData
extends RootMetaData

A value object that represents database schemas.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: SchemaMetaData.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-26
See Also:
Serialized Form

Field Summary
private  CatalogueMetaData catalogue
          The CatalogueMetaData that represents the catalog in which the schema exists.
 
Constructor Summary
SchemaMetaData()
           
 
Method Summary
 CatalogueMetaData getCatalogue()
          Returns catalogue.
protected  void setCatalogue(CatalogueMetaData catalogue)
          Set catalogue.
 
Methods inherited from class com.sptci.rwt.RootMetaData
getDbmsMetaData, getProcedures, getSequences, getTables, getTriggers, getViews, setDbmsMetaData, setProcedures, setSequences, setTables, setTriggers, setViews
 
Methods inherited from class com.sptci.rwt.MetaData
equals, getName, hashCode, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

catalogue

private CatalogueMetaData catalogue
The CatalogueMetaData that represents the catalog in which the schema exists.

Constructor Detail

SchemaMetaData

public SchemaMetaData()
Method Detail

getCatalogue

public CatalogueMetaData getCatalogue()
Returns catalogue.

Returns:
The value/reference of/to catalogue.

setCatalogue

protected void setCatalogue(CatalogueMetaData catalogue)
Set catalogue.

Parameters:
catalogue - The value to set.

SPT RWT Application API