|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.model.structure.SitoolsStructure
public final class SitoolsStructure
Class for definition of a generic structure from a data source. Multiple types : JDBC Table / JDBC View ...
Constructor Summary | |
---|---|
SitoolsStructure()
|
Method Summary | |
---|---|
Table |
getMainTable()
Gets the mainTable value |
java.util.List<StructureNodeComplete> |
getNodeList()
Gets the nodeList value |
void |
setMainTable(Table mainTable)
Sets the value of mainTable |
void |
setNodeList(java.util.List<StructureNodeComplete> nodeList)
Sets the value of nodeList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SitoolsStructure()
Method Detail |
---|
public java.util.List<StructureNodeComplete> getNodeList()
public void setNodeList(java.util.List<StructureNodeComplete> nodeList)
nodeList
- the nodeList to setpublic Table getMainTable()
public void setMainTable(Table mainTable)
mainTable
- the mainTable to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |