public class View extends DBSchema implements Record
| Modifier and Type | Field and Description |
|---|---|
Vector<String> |
entities |
name, parentName, treeElements| Constructor and Description |
|---|
View(String name,
String label,
DBSchema parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(String entity) |
List<Field> |
getAllFields() |
String |
getDescription() |
List<String> |
getEntities() |
List<Field> |
getFields() |
String |
getLabel() |
int |
getNrEntities() |
Vector<String> |
getParents() |
List<Field> |
getXRefsFor(Entity e,
List<Entity> entities) |
boolean |
hasXRefs() |
void |
setDescription(String description) |
getModel, getModules, getSerialVersionUID, setModel, setModulesget, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getStringValue, getTreeElements, getValue, hasChildren, hasParent, remove, setName, setName, setParent, setValue, toString, toString, toStringpublic String getDescription()
public void setDescription(String description)
public List<Field> getAllFields() throws MolgenisModelException
MolgenisModelExceptionpublic List<Field> getFields() throws MolgenisModelException
getFields in interface RecordMolgenisModelExceptionpublic Vector<String> getParents()
getParents in interface Recordpublic void addEntity(String entity)
public int getNrEntities()
public List<Field> getXRefsFor(Entity e, List<Entity> entities) throws MolgenisModelException
MolgenisModelExceptionCopyright © 2015. All Rights Reserved.