|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.project.graph.model.AbstractGraphNode
public class AbstractGraphNode
DTO definition of a Graph node.
Field Summary | |
---|---|
static java.lang.String |
NODE_TYPE_DATASET
node types constants dataset |
static java.lang.String |
NODE_TYPE_NODE
node types constants node |
Constructor Summary | |
---|---|
AbstractGraphNode()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getText()
Gets the text value |
java.lang.String |
getType()
Gets the type value |
boolean |
isLeaf()
Gets the leaf value |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setLeaf(boolean leaf)
Sets the value of leaf |
void |
setText(java.lang.String text)
Sets the value of text |
void |
setType(java.lang.String type)
Sets the value of type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NODE_TYPE_NODE
public static final java.lang.String NODE_TYPE_DATASET
Constructor Detail |
---|
public AbstractGraphNode()
Method Detail |
---|
public final java.lang.String getText()
public void setText(java.lang.String text)
text
- the text to setpublic boolean isLeaf()
public void setLeaf(boolean leaf)
leaf
- the leaf to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |