SPT RWT Application API

com.sptci.rwt
Class CatalogueMetaData

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

public class CatalogueMetaData
extends RootMetaData

A value object that represents database catalogues.

© Copyright 2007 Sans Pareil Technologies, Inc.

Since:
Version 1.1
Version:
$Id: CatalogueMetaData.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-10-23
See Also:
Serialized Form

Field Summary
private  Collection<SchemaMetaData> schemas
          The collection of schema objects that belong to this catalogue.
 
Constructor Summary
CatalogueMetaData()
           
 
Method Summary
protected  void addSchema(SchemaMetaData schema)
          Add the specified schema to schemas.
 Collection<SchemaMetaData> getSchemas()
          Returns schemas.
protected  void setSchemas(Collection<SchemaMetaData> schemas)
          Set schemas.
 
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

schemas

private Collection<SchemaMetaData> schemas
The collection of schema objects that belong to this catalogue.

Constructor Detail

CatalogueMetaData

public CatalogueMetaData()
Method Detail

getSchemas

public Collection<SchemaMetaData> getSchemas()
Returns schemas.

Returns:
The value/reference of/to schemas.

setSchemas

protected void setSchemas(Collection<SchemaMetaData> schemas)
Set schemas.

Parameters:
schemas - The value to set.

addSchema

protected void addSchema(SchemaMetaData schema)
Add the specified schema to schemas.

Parameters:
schema - The meta data object to add.

SPT RWT Application API