org.pentaho.di.core.database
Class Catalog

java.lang.Object
  extended by org.pentaho.di.core.database.Catalog

public class Catalog
extends Object

Contains the information that's stored in a single catalog.

Since:
7-apr-2005
Author:
Matt

Constructor Summary
Catalog(String catalogName)
           
Catalog(String catalogName, String[] items)
           
 
Method Summary
 String getCatalogName()
           
 String[] getItems()
           
 void setCatalogName(String catalogName)
           
 void setItems(String[] items)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Catalog

public Catalog(String catalogName,
               String[] items)

Catalog

public Catalog(String catalogName)
Method Detail

getCatalogName

public String getCatalogName()
Returns:
Returns the catalogName.

setCatalogName

public void setCatalogName(String catalogName)
Parameters:
catalogName - The catalogName to set.

getItems

public String[] getItems()
Returns:
Returns the items.

setItems

public void setItems(String[] items)
Parameters:
items - The items to set.