org.pentaho.di.core.database
Class Catalog
java.lang.Object
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
Catalog
public Catalog(String catalogName,
String[] items)
Catalog
public Catalog(String catalogName)
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.