org.pentaho.platform.dataaccess.datasource.beans
Class Connection

java.lang.Object
  extended by XulEventSourceAdapter
      extended by org.pentaho.platform.dataaccess.datasource.beans.Connection
All Implemented Interfaces:
Serializable, IConnection

public class Connection
extends XulEventSourceAdapter
implements IConnection


Constructor Summary
Connection()
           
Connection(IConnection connection)
           
 
Method Summary
 String getDriverClass()
          
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()

Connection

public Connection(IConnection connection)
Method Detail

setName

Specified by:
setName in interface IConnection

getName

Specified by:
getName in interface IConnection

setDriverClass

Specified by:
setDriverClass in interface IConnection

getDriverClass

Specified by:
getDriverClass in interface IConnection

setUsername

Specified by:
setUsername in interface IConnection

getUsername

Specified by:
getUsername in interface IConnection

setPassword

Specified by:
setPassword in interface IConnection

getPassword

Specified by:
getPassword in interface IConnection

setUrl

Specified by:
setUrl in interface IConnection

getUrl

Specified by:
getUrl in interface IConnection