fr.cnes.sitools.dataset.model.structure
Class SitoolsStructure

java.lang.Object
  extended by fr.cnes.sitools.dataset.model.structure.SitoolsStructure

public final class SitoolsStructure
extends java.lang.Object

Class for definition of a generic structure from a data source. Multiple types : JDBC Table / JDBC View ...

Author:
D.Arpin (AKKA Technologies)

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

SitoolsStructure

public SitoolsStructure()
Method Detail

getNodeList

public java.util.List<StructureNodeComplete> getNodeList()
Gets the nodeList value

Returns:
the nodeList

setNodeList

public void setNodeList(java.util.List<StructureNodeComplete> nodeList)
Sets the value of nodeList

Parameters:
nodeList - the nodeList to set

getMainTable

public Table getMainTable()
Gets the mainTable value

Returns:
the mainTable

setMainTable

public void setMainTable(Table mainTable)
Sets the value of mainTable

Parameters:
mainTable - the mainTable to set


Copyright © 2010-2013 CNES. All Rights Reserved.