SPT RWT Application API

com.sptci.rwt
Class Analyser.CatalogueSchema

java.lang.Object
  extended by com.sptci.KeyValue<String,String>
      extended by com.sptci.rwt.Analyser.CatalogueSchema
All Implemented Interfaces:
Serializable, Cloneable, Comparable<com.sptci.KeyValue<String,String>>
Enclosing class:
Analyser

protected class Analyser.CatalogueSchema
extends com.sptci.KeyValue<String,String>

A value object used to represent the names of the catalogue and schema.

See Also:
Serialized Form

Constructor Summary
Analyser.CatalogueSchema(String catalogue, String schema)
          Create a new instance of the value object with the specified values.
 
Method Summary
 String getCatalogue()
          Return the name of the catalogue.
 String getSchema()
          Return the name of the schema.
 
Methods inherited from class com.sptci.KeyValue
addInformation, clone, compareTo, equals, getInformation, getKey, getValue, hashCode, setInformation, setKey, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Analyser.CatalogueSchema

public Analyser.CatalogueSchema(String catalogue,
                                String schema)
Create a new instance of the value object with the specified values.

Parameters:
catalogue - The name of the catalogue. May be null.
schema - The name of the schema. May be null.
Method Detail

getCatalogue

public String getCatalogue()
Return the name of the catalogue.


getSchema

public String getSchema()
Return the name of the schema.


SPT RWT Application API