fr.cnes.sitools.datasource.jdbc.model
Class Database

java.lang.Object
  extended by fr.cnes.sitools.datasource.jdbc.model.Database

public final class Database
extends java.lang.Object

Base class for database representation

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
Database()
          Default constructor
 
Method Summary
 java.util.List<Table> getTables()
          Gets the tables value
 java.lang.String getUrl()
          Gets the URL value
 void setTables(java.util.List<Table> tables)
          Sets the value of tables
 void setUrl(java.lang.String url)
          Sets the value of URL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Database

public Database()
Default constructor

Method Detail

getUrl

public java.lang.String getUrl()
Gets the URL value

Returns:
the URL

setUrl

public void setUrl(java.lang.String url)
Sets the value of URL

Parameters:
url - the URL to set

getTables

public java.util.List<Table> getTables()
Gets the tables value

Returns:
the tables

setTables

public void setTables(java.util.List<Table> tables)
Sets the value of tables

Parameters:
tables - the tables to set


Copyright © 2010-2013 CNES. All Rights Reserved.