com.pow2.dao
Class ConnectionProviderPrefs

java.lang.Object
  extended bycom.pow2.dao.ConnectionProviderPrefs

public class ConnectionProviderPrefs
extends Object

Preferences class for Connection Providers

Author:
Luca Fossato

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

ConnectionProviderPrefs

public ConnectionProviderPrefs()
Method Detail

getConnectionProviderClass

public String getConnectionProviderClass()
Gets the connectionProviderClass attribute of the ConnectionProviderPrefs object

Returns:
The connectionProviderClass value

getConnectionPoolURL

public String getConnectionPoolURL()
Gets the connectionPoolURL attribute of the ConnectionProviderPrefs object

Returns:
The connectionPoolURL value

getJdbcURL

public String getJdbcURL()
Gets the jdbcURL attribute of the ConnectionProviderPrefs object

Returns:
The jdbcURL value

getJdbcDriver

public String getJdbcDriver()
Gets the jdbcDriver attribute of the ConnectionProviderPrefs object

Returns:
The jdbcDriver value

getPassword

public String getPassword()
Gets the password attribute of the ConnectionProviderPrefs object

Returns:
The password value

getUser

public String getUser()
Gets the user attribute of the ConnectionProviderPrefs object

Returns:
The user value

setUser

public void setUser(String user)
Sets the user attribute of the ConnectionProviderPrefs object

Parameters:
user - The new user value

setPassword

public void setPassword(String password)
Sets the password attribute of the ConnectionProviderPrefs object

Parameters:
password - The new password value

setJdbcURL

public void setJdbcURL(String jdbcURL)
Sets the jdbcURL attribute of the ConnectionProviderPrefs object

Parameters:
jdbcURL - The new jdbcURL value

setJdbcDriver

public void setJdbcDriver(String jdbcDriver)
Sets the jdbcDriver attribute of the ConnectionProviderPrefs object

Parameters:
jdbcDriver - The new jdbcDriver value

setConnectionPoolURL

public void setConnectionPoolURL(String connectionPoolURL)
Sets the connectionPoolURL attribute of the ConnectionProviderPrefs object

Parameters:
connectionPoolURL - The new connectionPoolURL value

setConnectionProviderClass

public void setConnectionProviderClass(String connectionProviderClass)
Sets the connectionProviderClass attribute of the ConnectionProviderPrefs object

Parameters:
connectionProviderClass - The new connectionProviderClass value

getProperties

public Properties getProperties()
Returns the properties.

Returns:
Properties

setProperties

public void setProperties(Properties properties)
Sets the properties.

Parameters:
properties - The properties to set


Copyright © 2002-2004 Power Of Two S.R.L. All Rights Reserved.