public class DBSchema extends SimpleTree<DBSchema>
name, parentName, treeElements| Constructor and Description |
|---|
DBSchema(String name,
DBSchema parent,
Model model)
The standard constructor, which links the object in the tree (with the
parent parameter).
|
| Modifier and Type | Method and Description |
|---|---|
Model |
getModel() |
List<Module> |
getModules() |
static long |
getSerialVersionUID() |
void |
setModel(Model model) |
void |
setModules(List<Module> modules) |
get, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getStringValue, getTreeElements, getValue, hasChildren, hasParent, remove, setName, setName, setParent, setValue, toString, toString, toStringCopyright © 2015. All Rights Reserved.