org.opennms.netmgt.model
Class AttributeStatistic
java.lang.Object
org.opennms.netmgt.model.AttributeStatistic
- All Implemented Interfaces:
- Comparable<AttributeStatistic>
public class AttributeStatistic
- extends Object
- implements Comparable<AttributeStatistic>
- Author:
- DJ Gregor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeStatistic
public AttributeStatistic(OnmsAttribute attribute,
Double statistic)
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.