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

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

public final class StructureNodeComplete
extends java.lang.Object

"Complete" bean for node and leaf description.

Author:
D.Arpin (AKKA Technologies)

Field Summary
static java.lang.String JOIN_CONDITION_NODE
          node types constants dataset
static java.lang.String TABLE_NODE
          node types constants node
 
Constructor Summary
StructureNodeComplete()
           
 
Method Summary
 java.util.List<StructureNodeComplete> getChildren()
          Gets the children value
 java.lang.String getDescription()
          Gets the description value
 Predicat getPredicat()
          Gets the predicat value
 Table getTable()
          Gets the table value
 java.lang.String getText()
          Gets the text value
 java.lang.String getType()
          Gets the type value
 TypeJointure getTypeJointure()
          Gets the typeJointure value
 java.lang.Boolean isLeaf()
          Gets the leaf value
 void setChildren(java.util.List<StructureNodeComplete> children)
          Sets the value of children
 void setDescription(java.lang.String description)
          Sets the value of description
 void setLeaf(java.lang.Boolean leaf)
          Sets the value of leaf
 void setPredicat(Predicat predicat)
          Sets the value of predicat
 void setTable(Table table)
          Sets the value of table
 void setText(java.lang.String text)
          Sets the value of text
 void setType(java.lang.String type)
          Sets the value of type
 void setTypeJointure(TypeJointure typeJointure)
          Sets the value of typeJointure
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NODE

public static final java.lang.String TABLE_NODE
node types constants node

See Also:
Constant Field Values

JOIN_CONDITION_NODE

public static final java.lang.String JOIN_CONDITION_NODE
node types constants dataset

See Also:
Constant Field Values
Constructor Detail

StructureNodeComplete

public StructureNodeComplete()
Method Detail

getText

public java.lang.String getText()
Gets the text value

Returns:
the text

setText

public void setText(java.lang.String text)
Sets the value of text

Parameters:
text - the text to set

isLeaf

public java.lang.Boolean isLeaf()
Gets the leaf value

Returns:
the leaf

setLeaf

public void setLeaf(java.lang.Boolean leaf)
Sets the value of leaf

Parameters:
leaf - the leaf to set

getType

public java.lang.String getType()
Gets the type value

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the value of type

Parameters:
type - the type to set

getDescription

public java.lang.String getDescription()
Gets the description value

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getChildren

public java.util.List<StructureNodeComplete> getChildren()
Gets the children value

Returns:
the children

setChildren

public void setChildren(java.util.List<StructureNodeComplete> children)
Sets the value of children

Parameters:
children - the children to set

getTable

public Table getTable()
Gets the table value

Returns:
the table

setTable

public void setTable(Table table)
Sets the value of table

Parameters:
table - the table to set

getTypeJointure

public TypeJointure getTypeJointure()
Gets the typeJointure value

Returns:
the typeJointure

setTypeJointure

public void setTypeJointure(TypeJointure typeJointure)
Sets the value of typeJointure

Parameters:
typeJointure - the typeJointure to set

getPredicat

public Predicat getPredicat()
Gets the predicat value

Returns:
the predicat

setPredicat

public void setPredicat(Predicat predicat)
Sets the value of predicat

Parameters:
predicat - the predicat to set


Copyright © 2010-2013 CNES. All Rights Reserved.