Package org.opennms.netmgt.graph
Class GraphContainerEntity
- java.lang.Object
-
- org.opennms.netmgt.graph.AbstractGraphEntity
-
- org.opennms.netmgt.graph.GraphContainerEntity
-
@Entity public class GraphContainerEntity extends AbstractGraphEntity
-
-
Constructor Summary
Constructors Constructor Description GraphContainerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
GraphEntity
getGraph(java.lang.String namespace)
java.util.List<GraphEntity>
getGraphs()
java.lang.String
getLabel()
void
removeGraph(java.lang.String namespace)
void
setGraphs(java.util.List<GraphEntity> graphs)
-
Methods inherited from class org.opennms.netmgt.graph.AbstractGraphEntity
getNamespace, getProperties, getProperty, getPropertyValue, mergeProperties, setNamespace, setProperties, setProperty
-
-
-
-
Method Detail
-
getGraphs
public java.util.List<GraphEntity> getGraphs()
-
setGraphs
public void setGraphs(java.util.List<GraphEntity> graphs)
-
getGraph
public GraphEntity getGraph(java.lang.String namespace)
-
getLabel
public java.lang.String getLabel()
-
getDescription
public java.lang.String getDescription()
-
removeGraph
public void removeGraph(java.lang.String namespace)
-
-