org.objectweb.cjdbc.console.wizard.objects
Class ConnectionInfo

java.lang.Object
  extended byorg.objectweb.cjdbc.console.wizard.objects.ConnectionInfo

public class ConnectionInfo
extends java.lang.Object

This class defines a ConnectionInfo. It includes all the information needed for a connection on a backend.

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
ConnectionTypeInfo

Field Summary
(package private)  ConnectionTypeInfo connectionTypeInfo
           
(package private)  java.lang.String rLogin
           
(package private)  java.lang.String rPassword
           
(package private)  java.lang.String urlParameters
           
 
Constructor Summary
ConnectionInfo()
           
 
Method Summary
 ConnectionTypeInfo getConnectionTypeInfo()
          Returns the connectionTypeInfo value.
 java.lang.String getRLogin()
          Returns the rLogin value.
 java.lang.String getRPassword()
          Returns the rPassword value.
 java.lang.String getUrlParameters()
          Returns the urlParameters value.
 void setConnectionTypeInfo(ConnectionTypeInfo connectionTypeInfo)
          Sets the connectionTypeInfo value.
 void setRLogin(java.lang.String login)
          Sets the rLogin value.
 void setRPassword(java.lang.String password)
          Sets the rPassword value.
 void setUrlParameters(java.lang.String urlParameters)
          Sets the urlParameters value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rLogin

java.lang.String rLogin

rPassword

java.lang.String rPassword

urlParameters

java.lang.String urlParameters

connectionTypeInfo

ConnectionTypeInfo connectionTypeInfo
Constructor Detail

ConnectionInfo

public ConnectionInfo()
Method Detail

getConnectionTypeInfo

public ConnectionTypeInfo getConnectionTypeInfo()
Returns the connectionTypeInfo value.

Returns:
Returns the connectionTypeInfo.

setConnectionTypeInfo

public void setConnectionTypeInfo(ConnectionTypeInfo connectionTypeInfo)
Sets the connectionTypeInfo value.

Parameters:
connectionTypeInfo - The connectionTypeInfo to set.

getRLogin

public java.lang.String getRLogin()
Returns the rLogin value.

Returns:
Returns the rLogin.

setRLogin

public void setRLogin(java.lang.String login)
Sets the rLogin value.

Parameters:
login - The rLogin to set.

getRPassword

public java.lang.String getRPassword()
Returns the rPassword value.

Returns:
Returns the rPassword.

setRPassword

public void setRPassword(java.lang.String password)
Sets the rPassword value.

Parameters:
password - The rPassword to set.

getUrlParameters

public java.lang.String getUrlParameters()
Returns the urlParameters value.

Returns:
Returns the urlParameters.

setUrlParameters

public void setUrlParameters(java.lang.String urlParameters)
Sets the urlParameters value.

Parameters:
urlParameters - The urlParameters to set.


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.