org.gcube.data.spd.obisplugin.pool
Class DatabaseCredential

java.lang.Object
  extended by org.gcube.data.spd.obisplugin.pool.DatabaseCredential

public class DatabaseCredential
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  String password
           
protected  String url
           
protected  String user
           
 
Constructor Summary
DatabaseCredential(String url, String user, String password)
           
 
Method Summary
 boolean equals(Object obj)
          
 String getPassword()
           
 String getUrl()
           
 String getUser()
           
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected String url

user

protected String user

password

protected String password
Constructor Detail

DatabaseCredential

public DatabaseCredential(String url,
                          String user,
                          String password)
Parameters:
url -
user -
password -
Method Detail

getUrl

public String getUrl()
Returns:
the url

getUser

public String getUser()
Returns:
the user

getPassword

public String getPassword()
Returns:
the password

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.