Class Attribute
- java.lang.Object
-
- org.opennms.netmgt.config.attrsummary.Attribute
-
- All Implemented Interfaces:
Serializable
public class Attribute extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Double
getAverage()
Double
getMax()
Double
getMin()
String
getName()
int
hashCode()
void
setAverage(Double average)
void
setMax(Double max)
void
setMin(Double min)
void
setName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getMin
public Double getMin()
-
setMin
public void setMin(Double min)
-
getAverage
public Double getAverage()
-
setAverage
public void setAverage(Double average)
-
getMax
public Double getMax()
-
setMax
public void setMax(Double max)
-
-