org.opennms.netmgt.model
Class StatisticsReportData
java.lang.Object
org.opennms.netmgt.model.StatisticsReportData
- All Implemented Interfaces:
- Serializable
public class StatisticsReportData
- extends Object
- implements Serializable
Model class for a piece of statistics report data.
- Author:
- DJ Gregor
- See Also:
StatisticsReport,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsReportData
public StatisticsReportData()
getId
public Integer getId()
- Unique identifier for data.
setId
public void setId(Integer id)
getReport
public StatisticsReport getReport()
setReport
public void setReport(StatisticsReport report)
getResource
public ResourceReference getResource()
setResource
public void setResource(ResourceReference resource)
getResourceId
public String getResourceId()
getValue
public Double getValue()
setValue
public void setValue(Double value)
Copyright © 2009. All Rights Reserved.