jdbcadmin.core.data
Class Catalog

java.lang.Object
  extended byjdbcadmin.core.data.Catalog
All Implemented Interfaces:
java.io.Serializable

public class Catalog
extends java.lang.Object
implements java.io.Serializable

Represents a database catalog.

Author:
Thomas Recloux (trecloux@norsys.fr)
See Also:
Serialized Form

Constructor Summary
Catalog(java.lang.String aNom)
          Constructor which specifies the catalog name.
 
Method Summary
 java.lang.String getName()
          Returns the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Catalog

public Catalog(java.lang.String aNom)
Constructor which specifies the catalog name.

Parameters:
aNom - catalog name
Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
String


Copyright © 2004-2005 Norsys. All Rights Reserved.