org.opennms.netmgt.model
Class StatisticsReportData

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

Constructor Summary
StatisticsReportData()
           
 
Method Summary
 Integer getId()
          Unique identifier for data.
 StatisticsReport getReport()
           
 ResourceReference getResource()
           
 String getResourceId()
           
 Double getValue()
           
 void setId(Integer id)
           
 void setReport(StatisticsReport report)
           
 void setResource(ResourceReference resource)
           
 void setValue(Double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsReportData

public StatisticsReportData()
Method Detail

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.