org.opennms.web.svclayer.support
Class StatisticsReportModel.Datum

java.lang.Object
  extended by org.opennms.web.svclayer.support.StatisticsReportModel.Datum
All Implemented Interfaces:
Comparable<StatisticsReportModel.Datum>
Enclosing class:
StatisticsReportModel

public static class StatisticsReportModel.Datum
extends Object
implements Comparable<StatisticsReportModel.Datum>


Constructor Summary
StatisticsReportModel.Datum()
           
 
Method Summary
 int compareTo(StatisticsReportModel.Datum o)
           
 OnmsResource getPrettyResource()
           
 List<OnmsResource> getPrettyResourceParentsReversed()
           
 OnmsResource getResource()
           
 String getResourceParentLabel()
           
 List<OnmsResource> getResourceParentsReversed()
           
 Throwable getResourceThrowable()
           
 String getResourceThrowableId()
           
 Double getValue()
           
 void setResource(OnmsResource resource)
           
 void setResourceThrowable(Throwable resourceThrowable)
           
 void setValue(Double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsReportModel.Datum

public StatisticsReportModel.Datum()
Method Detail

compareTo

public int compareTo(StatisticsReportModel.Datum o)
Specified by:
compareTo in interface Comparable<StatisticsReportModel.Datum>

getResource

public OnmsResource getResource()

getPrettyResource

public OnmsResource getPrettyResource()

setResource

public void setResource(OnmsResource resource)

getResourceParentLabel

public String getResourceParentLabel()

getResourceParentsReversed

public List<OnmsResource> getResourceParentsReversed()

getPrettyResourceParentsReversed

public List<OnmsResource> getPrettyResourceParentsReversed()

getResourceThrowableId

public String getResourceThrowableId()

getValue

public Double getValue()

setValue

public void setValue(Double value)

setResourceThrowable

public void setResourceThrowable(Throwable resourceThrowable)

getResourceThrowable

public Throwable getResourceThrowable()


Copyright © 2009. All Rights Reserved.