| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sitools.datasource.jdbc.model.Database
public final class Database
Base class for database representation
| 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 | 
|---|
public Database()
| Method Detail | 
|---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the URL to setpublic java.util.List<Table> getTables()
public void setTables(java.util.List<Table> tables)
tables - the tables to set
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||