org.opennms.secret.model
Class GraphDataElement

java.lang.Object
  extended by 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

Constructor Summary
GraphDataElement()
           
 
Method Summary
 DataSource getDataSource()
           
 String getLegend()
           
 String getUniqueID()
           
 void setDataSource(DataSource dataSource)
           
 void setLegend(String legend)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDataElement

public GraphDataElement()
Method Detail

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.