public final class Database extends Object implements Serializable
| Constructor and Description |
|---|
Database() |
Database(String name,
List<DataSet> dataSets) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSet> |
getDataSets() |
String |
getName() |
void |
setdataSets(List<DataSet> dataSets) |
void |
setname(String name) |