org.opennms.netmgt.model
Class AggregateStatusDefinition
java.lang.Object
org.opennms.netmgt.model.AggregateStatusDefinition
public class AggregateStatusDefinition
- extends Object
This class defines how the AggregateStatus object is to be
created and it's properties are to be populated.
- Author:
- David Hustace
AggregateStatusDefinition
public AggregateStatusDefinition()
AggregateStatusDefinition
public AggregateStatusDefinition(String aggrStatus,
Set<OnmsCategory> categories)
getId
public Integer getId()
setId
public void setId(Integer id)
getName
public String getName()
setName
public void setName(String name)
getCategories
public Set<OnmsCategory> getCategories()
setCategories
public void setCategories(Set<OnmsCategory> categories)
toString
public String toString()
- Overrides:
toString in class Object
getReportCategory
public String getReportCategory()
setReportCategory
public void setReportCategory(String reportCategory)
Copyright © 2009. All Rights Reserved.