org.opennms.netmgt.model
Class AggregateStatusDefinition

java.lang.Object
  extended by 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

Constructor Summary
AggregateStatusDefinition()
           
AggregateStatusDefinition(String aggrStatus, Set<OnmsCategory> categories)
           
 
Method Summary
 Set<OnmsCategory> getCategories()
           
 Integer getId()
           
 String getName()
           
 String getReportCategory()
           
 void setCategories(Set<OnmsCategory> categories)
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setReportCategory(String reportCategory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregateStatusDefinition

public AggregateStatusDefinition()

AggregateStatusDefinition

public AggregateStatusDefinition(String aggrStatus,
                                 Set<OnmsCategory> categories)
Method Detail

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.