|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.project.graph.model.GraphNodeComplete
public final class GraphNodeComplete
"Complete" bean for node and leaf description.
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 | |
---|---|
GraphNodeComplete()
|
Method Summary | |
---|---|
java.lang.String |
getAuthorized()
Gets the authorized value |
java.util.List<GraphNodeComplete> |
getChildren()
Gets the children value |
java.lang.String |
getDatasetId()
Gets the datasetId value |
java.lang.String |
getDescription()
Gets the description value |
Resource |
getImage()
Gets the image value |
java.lang.String |
getImageDs()
Gets the imageDs value |
int |
getNbRecord()
Gets the nbRecord value |
java.lang.String |
getReadme()
Gets the readme value |
java.lang.String |
getStatus()
Gets the status value |
java.lang.String |
getText()
Gets the text value |
java.lang.String |
getType()
Gets the type value |
java.lang.String |
getUrl()
Gets the url value |
java.lang.Boolean |
getVisible()
Gets the visible value |
boolean |
isLeaf()
Gets the leaf value |
void |
setAuthorized(java.lang.String authorized)
Sets the value of authorized |
void |
setChildren(java.util.List<GraphNodeComplete> children)
Sets the value of children |
void |
setDatasetId(java.lang.String datasetId)
Sets the value of datasetId |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setImage(Resource image)
Sets the value of image |
void |
setImageDs(java.lang.String imageDs)
Sets the value of imageDs |
void |
setLeaf(boolean leaf)
Sets the value of leaf |
void |
setNbRecord(int nbRecord)
Sets the value of nbRecord |
void |
setReadme(java.lang.String readme)
Sets the value of readme |
void |
setStatus(java.lang.String status)
Sets the value of status |
void |
setText(java.lang.String text)
Sets the value of text |
void |
setType(java.lang.String type)
Sets the value of type |
void |
setUrl(java.lang.String url)
Sets the value of url |
void |
setVisible(java.lang.Boolean visible)
Sets the value of visible |
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 GraphNodeComplete()
Method Detail |
---|
public 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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic Resource getImage()
public void setImage(Resource image)
image
- the image to setpublic java.util.List<GraphNodeComplete> getChildren()
public void setChildren(java.util.List<GraphNodeComplete> children)
children
- the children to setpublic java.lang.String getDatasetId()
public void setDatasetId(java.lang.String datasetId)
datasetId
- the datasetId to setpublic int getNbRecord()
public void setNbRecord(int nbRecord)
nbRecord
- the nbRecord to setpublic java.lang.String getReadme()
public void setReadme(java.lang.String readme)
readme
- the readme to setpublic void setImageDs(java.lang.String imageDs)
imageDs
- the imageDs to setpublic java.lang.String getImageDs()
public void setAuthorized(java.lang.String authorized)
authorized
- the authorized to setpublic java.lang.String getAuthorized()
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- the status to setpublic java.lang.Boolean getVisible()
public void setVisible(java.lang.Boolean visible)
visible
- the visible to setpublic void setUrl(java.lang.String url)
url
- the url to setpublic java.lang.String getUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |