org.gcube.portlets.user.tdw.server.datasource.jdbc
Class JDBCCredential

java.lang.Object
  extended by org.gcube.portlets.user.tdw.server.datasource.jdbc.JDBCCredential

public class JDBCCredential
extends Object

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

Field Summary
protected  String id
           
protected  String tableName
           
protected  String url
           
 
Constructor Summary
JDBCCredential(String id, String url, String tableName)
           
 
Method Summary
 String getId()
           
 String getTableName()
           
 String getUrl()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

url

protected String url

tableName

protected String tableName
Constructor Detail

JDBCCredential

public JDBCCredential(String id,
                      String url,
                      String tableName)
Parameters:
id -
url -
tableName -
Method Detail

getId

public String getId()
Returns:
the id

getUrl

public String getUrl()
Returns:
the url

getTableName

public String getTableName()
Returns:
the tableName

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.