org.opennms.netmgt.model
Class AttributeStatistic

java.lang.Object
  extended by org.opennms.netmgt.model.AttributeStatistic
All Implemented Interfaces:
Comparable<AttributeStatistic>

public class AttributeStatistic
extends Object
implements Comparable<AttributeStatistic>

Author:
DJ Gregor

Constructor Summary
AttributeStatistic(OnmsAttribute attribute, Double statistic)
           
 
Method Summary
 int compareTo(AttributeStatistic o)
           
 OnmsAttribute getAttribute()
           
 Double getStatistic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeStatistic

public AttributeStatistic(OnmsAttribute attribute,
                          Double statistic)
Method Detail

getAttribute

public OnmsAttribute getAttribute()

getStatistic

public Double getStatistic()

compareTo

public int compareTo(AttributeStatistic o)
Specified by:
compareTo in interface Comparable<AttributeStatistic>
See Also:
Comparable.compareTo(java.lang.Object)


Copyright © 2009. All Rights Reserved.