|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.pow2.dao.ConnectionProviderPrefs
Preferences class for Connection Providers
| Constructor Summary | |
ConnectionProviderPrefs()
|
|
| Method Summary | |
String |
getConnectionPoolURL()
Gets the connectionPoolURL attribute of the ConnectionProviderPrefs object |
String |
getConnectionProviderClass()
Gets the connectionProviderClass attribute of the ConnectionProviderPrefs object |
String |
getJdbcDriver()
Gets the jdbcDriver attribute of the ConnectionProviderPrefs object |
String |
getJdbcURL()
Gets the jdbcURL attribute of the ConnectionProviderPrefs object |
String |
getPassword()
Gets the password attribute of the ConnectionProviderPrefs object |
Properties |
getProperties()
Returns the properties. |
String |
getUser()
Gets the user attribute of the ConnectionProviderPrefs object |
void |
setConnectionPoolURL(String connectionPoolURL)
Sets the connectionPoolURL attribute of the ConnectionProviderPrefs object |
void |
setConnectionProviderClass(String connectionProviderClass)
Sets the connectionProviderClass attribute of the ConnectionProviderPrefs object |
void |
setJdbcDriver(String jdbcDriver)
Sets the jdbcDriver attribute of the ConnectionProviderPrefs object |
void |
setJdbcURL(String jdbcURL)
Sets the jdbcURL attribute of the ConnectionProviderPrefs object |
void |
setPassword(String password)
Sets the password attribute of the ConnectionProviderPrefs object |
void |
setProperties(Properties properties)
Sets the properties. |
void |
setUser(String user)
Sets the user attribute of the ConnectionProviderPrefs object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConnectionProviderPrefs()
| Method Detail |
public String getConnectionProviderClass()
public String getConnectionPoolURL()
public String getJdbcURL()
public String getJdbcDriver()
public String getPassword()
public String getUser()
public void setUser(String user)
user - The new user valuepublic void setPassword(String password)
password - The new password valuepublic void setJdbcURL(String jdbcURL)
jdbcURL - The new jdbcURL valuepublic void setJdbcDriver(String jdbcDriver)
jdbcDriver - The new jdbcDriver valuepublic void setConnectionPoolURL(String connectionPoolURL)
connectionPoolURL - The new connectionPoolURL valuepublic void setConnectionProviderClass(String connectionProviderClass)
connectionProviderClass - The new connectionProviderClass valuepublic Properties getProperties()
public void setProperties(Properties properties)
properties - The properties to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||