org.devaki.nextobjects.workspace.models
Class Database

java.lang.Object
  extended byorg.devaki.nextobjects.workspace.models.Database
All Implemented Interfaces:
java.io.Serializable

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

This class represent a database kind - was a stub

Author:
Emmanuel Florent
See Also:
Serialized Form

Constructor Summary
Database(java.lang.String pName, java.lang.String pCode, java.lang.String pDriver, java.lang.String pDescription)
          Initialize
 
Method Summary
 java.lang.String getCode()
          Return the code of the database
 java.lang.String getDescription()
          Return the description of the database
 java.lang.String getDriver()
          Return the driver of the database
 java.lang.String toString()
          Return the name of the database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Database

public Database(java.lang.String pName,
                java.lang.String pCode,
                java.lang.String pDriver,
                java.lang.String pDescription)
Initialize

Parameters:
pName - the name
pCode - the code
pDriver - the driver
pDescription - the description
Method Detail

toString

public final java.lang.String toString()
Return the name of the database

Returns:
the namae

getCode

public final java.lang.String getCode()
Return the code of the database

Returns:
the code

getDriver

public final java.lang.String getDriver()
Return the driver of the database

Returns:
the driver

getDescription

public final java.lang.String getDescription()
Return the description of the database

Returns:
the description


Copyright © 2002-2004 devaki.org. All Rights Reserved.