net.toften.jlips.persist.db
Class DBSimpleProperties

java.lang.Object
  extended by net.toften.jlips.persist.db.DBAbstractProperties
      extended by net.toften.jlips.persist.db.DBSimpleProperties
All Implemented Interfaces:
DBProperties

public class DBSimpleProperties
extends DBAbstractProperties
implements DBProperties

DOCUMENT ME!

Author:
thomas

Field Summary
 
Fields inherited from class net.toften.jlips.persist.db.DBAbstractProperties
DB_DRIVER, DB_PASSWORD, DB_SCHEMA, DB_URL, DB_USERNAME, dbInitProb, dbProp
 
Constructor Summary
DBSimpleProperties(String driver, String url, String username, String password, String schema)
          Constructor for DBSimpleProperties DOCUMENT ME!
 
Method Summary
 
Methods inherited from class net.toften.jlips.persist.db.DBAbstractProperties
getDriver, getPassword, getSchema, getURL, getUserName, setDBInitProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.toften.jlips.persist.db.DBProperties
getDriver, getPassword, getSchema, getURL, getUserName, setDBInitProperties
 

Constructor Detail

DBSimpleProperties

public DBSimpleProperties(String driver,
                          String url,
                          String username,
                          String password,
                          String schema)
Constructor for DBSimpleProperties DOCUMENT ME!

Parameters:
driver -
url -
username -
password -
schema -