Package org.opennms.web.svclayer.model
Class Graph
- java.lang.Object
-
- org.opennms.web.svclayer.model.Graph
-
- All Implemented Interfaces:
Comparable<Graph>
public class Graph extends Object implements Comparable<Graph>
Graph class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Graph other)compareToDategetEnd()getEndIntegergetGraphHeight()getGraphHeightIntegergetGraphWidth()getGraphWidthStringgetName()getNameorg.opennms.netmgt.model.PrefabGraphgetPrefabGraph()getPrefabGraphStringgetReport()getReportCollection<org.opennms.netmgt.model.RrdGraphAttribute>getRequiredRrGraphdAttributes()getRequiredRrGraphdAttributesorg.opennms.netmgt.model.OnmsResourcegetResource()getResourceDategetStart()getStartStringgetTitle()getTitle
-
-
-
Method Detail
-
getResource
public org.opennms.netmgt.model.OnmsResource getResource()
getResource
- Returns:
- a
OnmsResourceobject.
-
compareTo
public int compareTo(Graph other)
compareTo
- Specified by:
compareToin interfaceComparable<Graph>- Parameters:
other- aGraphobject.- Returns:
- a int.
-
getPrefabGraph
public org.opennms.netmgt.model.PrefabGraph getPrefabGraph()
getPrefabGraph
- Returns:
- a
PrefabGraphobject.
-
getRequiredRrGraphdAttributes
public Collection<org.opennms.netmgt.model.RrdGraphAttribute> getRequiredRrGraphdAttributes()
getRequiredRrGraphdAttributes
- Returns:
- a
Collectionobject.
-
-