org.opennms.secret.model
Class GraphDataElement
java.lang.Object
org.opennms.secret.model.GraphDataElement
- Direct Known Subclasses:
- GraphDataLine
public class GraphDataElement
- extends Object
- Author:
- mhuot cgallen
Contains the description of the data to be displayed on a graph
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphDataElement
public GraphDataElement()
getUniqueID
public String getUniqueID()
getLegend
public String getLegend()
setLegend
public void setLegend(String legend)
getDataSource
public DataSource getDataSource()
setDataSource
public void setDataSource(DataSource dataSource)
Copyright © 2009. All Rights Reserved.