net.stepniak.api.config.dataSource
Class ConnectionData

java.lang.Object
  extended by net.stepniak.api.config.dataSource.ConnectionData

public class ConnectionData
extends Object


Constructor Summary
ConnectionData(String dbUsername, String dbPassword, String dbHost, String dbPath)
           
 
Method Summary
 String getDbHost()
           
 String getDbPassword()
           
 String getDbPath()
           
 String getDbUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionData

public ConnectionData(String dbUsername,
                      String dbPassword,
                      String dbHost,
                      String dbPath)
Method Detail

getDbUsername

public String getDbUsername()

getDbPassword

public String getDbPassword()

getDbHost

public String getDbHost()

getDbPath

public String getDbPath()


Copyright © 2013. All Rights Reserved.