|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.model.structure.StructureNodeComplete
public final class StructureNodeComplete
"Complete" bean for node and leaf description.
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 |
---|
public static final java.lang.String TABLE_NODE
public static final java.lang.String JOIN_CONDITION_NODE
Constructor Detail |
---|
public StructureNodeComplete()
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String text)
text
- the text to setpublic java.lang.Boolean isLeaf()
public void setLeaf(java.lang.Boolean leaf)
leaf
- the leaf to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.util.List<StructureNodeComplete> getChildren()
public void setChildren(java.util.List<StructureNodeComplete> children)
children
- the children to setpublic Table getTable()
public void setTable(Table table)
table
- the table to setpublic TypeJointure getTypeJointure()
public void setTypeJointure(TypeJointure typeJointure)
typeJointure
- the typeJointure to setpublic Predicat getPredicat()
public void setPredicat(Predicat predicat)
predicat
- the predicat to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |