org.opennms.secret.model
Class GraphDefinition
java.lang.Object
org.opennms.secret.model.GraphDefinition
public class GraphDefinition
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphDefinition
public GraphDefinition()
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.