org.opennms.secret.model
Class GraphDefinition

java.lang.Object
  extended by org.opennms.secret.model.GraphDefinition

public class GraphDefinition
extends Object


Constructor Summary
GraphDefinition()
           
 
Method Summary
 void addGraphDataElement(GraphDataElement ds)
           
 long getEndTime()
           
 LinkedList<GraphDataElement> getGraphDataElements()
           
 String getGraphTitle()
           
 long getStartTime()
           
 void removeGraphDataElement(GraphDataElement ds)
           
 void setEndTime(long endTime)
           
 void setGraphDataElements(LinkedList<GraphDataElement> graphDataElements)
           
 void setGraphTitle(String graphTitle)
           
 void setStartTime(long startTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDefinition

public GraphDefinition()
Method Detail

addGraphDataElement

public void addGraphDataElement(GraphDataElement ds)

removeGraphDataElement

public void removeGraphDataElement(GraphDataElement ds)

getGraphDataElements

public LinkedList<GraphDataElement> getGraphDataElements()

setGraphDataElements

public void setGraphDataElements(LinkedList<GraphDataElement> graphDataElements)

getEndTime

public long getEndTime()

setEndTime

public void setEndTime(long endTime)

getGraphTitle

public String getGraphTitle()

setGraphTitle

public void setGraphTitle(String graphTitle)

getStartTime

public long getStartTime()

setStartTime

public void setStartTime(long startTime)


Copyright © 2009. All Rights Reserved.