Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

hsr.ipm.storing
Class DatabaseConnectionAttributes  view DatabaseConnectionAttributes download DatabaseConnectionAttributes.java

java.lang.Object
  extended byhsr.ipm.storing.DatabaseConnectionAttributes

public class DatabaseConnectionAttributes
extends java.lang.Object

Collects all different attributes needed to connect to a database and returns a connection URL string.

Version:
1.0

Field Summary
 java.lang.String database
          Name of database
 java.lang.String hostname
          Hostname of database
 java.lang.String password
          Password of database
 java.lang.String protocol
          Protocol of atabase
 java.lang.String username
          Username of database
 
Constructor Summary
DatabaseConnectionAttributes()
           
 
Method Summary
 java.lang.String toString()
          Returns the arranged string to connect to a database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

protocol

public java.lang.String protocol
Protocol of atabase


hostname

public java.lang.String hostname
Hostname of database


database

public java.lang.String database
Name of database


username

public java.lang.String username
Username of database


password

public java.lang.String password
Password of database

Constructor Detail

DatabaseConnectionAttributes

public DatabaseConnectionAttributes()
Method Detail

toString

public java.lang.String toString()
Returns the arranged string to connect to a database