public class ConnectionInfo extends Object
| Constructor and Description |
|---|
ConnectionInfo()
Creates a new instance of ConnectionInfo.
|
ConnectionInfo(org.jdom.Element element)
Creates a new ConnectionInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver()
Returns the DriverClass.
|
org.jdom.Element |
getElement()
Getter for Element.
|
String |
getPass()
Returns Password.
|
String |
getUrl()
Returns the DB Url.
|
String |
getUser()
Getter for User.
|
void |
setDriver(String driver)
Sets the DriverClass.
|
void |
setPass(String pass)
Sets Password.
|
void |
setUrl(String url)
Sets the DB Url.
|
void |
setUser(String user)
Setter for User.
|
public ConnectionInfo()
public ConnectionInfo(org.jdom.Element element)
element - Elemtentpublic String getDriver()
public void setDriver(String driver)
driver - Driver Classpublic String getUrl()
public void setUrl(String url)
url - DB Urlpublic String getUser()
public void setUser(String user)
user - DB Userpublic String getPass()
public void setPass(String pass)
pass - Passwordpublic org.jdom.Element getElement()
Copyright © 2012–2026 cismet GmbH. All rights reserved.