fr.cnes.sitools.project.graph.model
Class GraphNodeComplete

java.lang.Object
  extended by fr.cnes.sitools.project.graph.model.GraphNodeComplete

public final class GraphNodeComplete
extends java.lang.Object

"Complete" bean for node and leaf description.

Author:
m.gond (AKKA Technologies)

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

NODE_TYPE_NODE

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

See Also:
Constant Field Values

NODE_TYPE_DATASET

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

See Also:
Constant Field Values
Constructor Detail

GraphNodeComplete

public GraphNodeComplete()
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 boolean isLeaf()
Gets the leaf value

Returns:
the leaf

setLeaf

public void setLeaf(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

getImage

public Resource getImage()
Gets the image value

Returns:
the image

setImage

public void setImage(Resource image)
Sets the value of image

Parameters:
image - the image to set

getChildren

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

Returns:
the children

setChildren

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

Parameters:
children - the children to set

getDatasetId

public java.lang.String getDatasetId()
Gets the datasetId value

Returns:
the datasetId

setDatasetId

public void setDatasetId(java.lang.String datasetId)
Sets the value of datasetId

Parameters:
datasetId - the datasetId to set

getNbRecord

public int getNbRecord()
Gets the nbRecord value

Returns:
the nbRecord

setNbRecord

public void setNbRecord(int nbRecord)
Sets the value of nbRecord

Parameters:
nbRecord - the nbRecord to set

getReadme

public java.lang.String getReadme()
Gets the readme value

Returns:
the readme

setReadme

public void setReadme(java.lang.String readme)
Sets the value of readme

Parameters:
readme - the readme to set

setImageDs

public void setImageDs(java.lang.String imageDs)
Sets the value of imageDs

Parameters:
imageDs - the imageDs to set

getImageDs

public java.lang.String getImageDs()
Gets the imageDs value

Returns:
the imageDs

setAuthorized

public void setAuthorized(java.lang.String authorized)
Sets the value of authorized

Parameters:
authorized - the authorized to set

getAuthorized

public java.lang.String getAuthorized()
Gets the authorized value

Returns:
the authorized

getStatus

public java.lang.String getStatus()
Gets the status value

Returns:
the status

setStatus

public void setStatus(java.lang.String status)
Sets the value of status

Parameters:
status - the status to set

getVisible

public java.lang.Boolean getVisible()
Gets the visible value

Returns:
the visible

setVisible

public void setVisible(java.lang.Boolean visible)
Sets the value of visible

Parameters:
visible - the visible to set

setUrl

public void setUrl(java.lang.String url)
Sets the value of url

Parameters:
url - the url to set

getUrl

public java.lang.String getUrl()
Gets the url value

Returns:
the url


Copyright © 2010-2013 CNES. All Rights Reserved.