Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

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

Collaboration diagram for org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo:

Collaboration graph
[legend]
List of all members.

Public Member Functions

ConnectionTypeInfo getConnectionTypeInfo ()
void setConnectionTypeInfo (ConnectionTypeInfo connectionTypeInfo)
String getRLogin ()
void setRLogin (String login)
String getRPassword ()
void setRPassword (String password)
String getUrlParameters ()
void setUrlParameters (String urlParameters)

Package Attributes

String rLogin = ""
String rPassword = ""
String urlParameters = ""
ConnectionTypeInfo connectionTypeInfo = new ConnectionTypeInfo()

Detailed Description

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

See also:
ConnectionTypeInfo
Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 35 of file ConnectionInfo.java.


Member Function Documentation

ConnectionTypeInfo org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.getConnectionTypeInfo  ) 
 

Returns the connectionTypeInfo value.

Returns:
Returns the connectionTypeInfo.

Definition at line 47 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.tab.BackendTab.actionPerformed(), org.objectweb.cjdbc.console.wizard.WizardTabs.exportDocumentToXml(), and org.objectweb.cjdbc.console.wizard.tab.BackendTab.itemStateChanged().

00048   {
00049     return connectionTypeInfo;
00050   }

String org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.getRLogin  ) 
 

Returns the rLogin value.

Returns:
Returns the rLogin.

Definition at line 67 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.exportDocumentToXml(), and org.objectweb.cjdbc.console.wizard.tab.BackendTab.itemStateChanged().

00068   {
00069     return rLogin;
00070   }

String org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.getRPassword  ) 
 

Returns the rPassword value.

Returns:
Returns the rPassword.

Definition at line 87 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.exportDocumentToXml(), and org.objectweb.cjdbc.console.wizard.tab.BackendTab.itemStateChanged().

00088   {
00089     return rPassword;
00090   }

String org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.getUrlParameters  ) 
 

Returns the urlParameters value.

Returns:
Returns the urlParameters.

Definition at line 107 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.exportDocumentToXml(), and org.objectweb.cjdbc.console.wizard.tab.BackendTab.itemStateChanged().

00108   {
00109     return urlParameters;
00110   }

void org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.setConnectionTypeInfo ConnectionTypeInfo  connectionTypeInfo  ) 
 

Sets the connectionTypeInfo value.

Parameters:
connectionTypeInfo The connectionTypeInfo to set.

Definition at line 57 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.tab.BackendTab.actionPerformed(), and org.objectweb.cjdbc.console.wizard.WizardTabs.importDocumentFromXml().

00058   {
00059     this.connectionTypeInfo = connectionTypeInfo;
00060   }

void org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.setRLogin String  login  ) 
 

Sets the rLogin value.

Parameters:
login The rLogin to set.

Definition at line 77 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.importDocumentFromXml().

00078   {
00079     rLogin = login;
00080   }

void org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.setRPassword String  password  ) 
 

Sets the rPassword value.

Parameters:
password The rPassword to set.

Definition at line 97 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.importDocumentFromXml().

00098   {
00099     rPassword = password;
00100   }

void org.objectweb.cjdbc.console.wizard.objects.ConnectionInfo.setUrlParameters String  urlParameters  ) 
 

Sets the urlParameters value.

Parameters:
urlParameters The urlParameters to set.

Definition at line 117 of file ConnectionInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.importDocumentFromXml().

00118   {
00119     this.urlParameters = urlParameters;
00120   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:20 2005 for C-JDBC by  doxygen 1.3.9.1