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

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

public class Connection
extends org.pentaho.ui.xul.XulEventSourceAdapter
implements IConnection

See Also:
Serialized Form

Constructor Summary
Connection()
           
Connection(IConnection connection)
           
 
Method Summary
 String getDriverClass()
           
 String getName()
           
 String getPassword()
           
 String getUrl()
           
 String getUsername()
           
 void setDriverClass(String driverClass)
           
 void setName(String name)
           
 void setPassword(String password)
           
 void setUrl(String url)
           
 void setUsername(String username)
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener
 
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

public void setName(String name)
Specified by:
setName in interface IConnection

getName

public String getName()
Specified by:
getName in interface IConnection

setDriverClass

public void setDriverClass(String driverClass)
Specified by:
setDriverClass in interface IConnection

getDriverClass

public String getDriverClass()
Specified by:
getDriverClass in interface IConnection

setUsername

public void setUsername(String username)
Specified by:
setUsername in interface IConnection

getUsername

public String getUsername()
Specified by:
getUsername in interface IConnection

setPassword

public void setPassword(String password)
Specified by:
setPassword in interface IConnection

getPassword

public String getPassword()
Specified by:
getPassword in interface IConnection

setUrl

public void setUrl(String url)
Specified by:
setUrl in interface IConnection

getUrl

public String getUrl()
Specified by:
getUrl in interface IConnection