|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.AggregateStatusDefinition
public class AggregateStatusDefinition
This class defines how the AggregateStatus object is to be created and it's properties are to be populated.
| Constructor Summary | |
|---|---|
AggregateStatusDefinition()
Constructor for AggregateStatusDefinition. |
|
AggregateStatusDefinition(String aggrStatus,
Set<OnmsCategory> categories)
Constructor for AggregateStatusDefinition. |
|
| Method Summary | |
|---|---|
Set<OnmsCategory> |
getCategories()
getCategories |
Integer |
getId()
getId |
String |
getName()
getName |
String |
getReportCategory()
getReportCategory |
void |
setCategories(Set<OnmsCategory> categories)
setCategories |
void |
setId(Integer id)
setId |
void |
setName(String name)
setName |
void |
setReportCategory(String reportCategory)
setReportCategory |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AggregateStatusDefinition()
Constructor for AggregateStatusDefinition.
public AggregateStatusDefinition(String aggrStatus,
Set<OnmsCategory> categories)
Constructor for AggregateStatusDefinition.
aggrStatus - a String object.categories - a Set object.| Method Detail |
|---|
public Integer getId()
getId
Integer object.public void setId(Integer id)
setId
id - a Integer object.public String getName()
getName
String object.public void setName(String name)
setName
name - a String object.public Set<OnmsCategory> getCategories()
getCategories
Set object.public void setCategories(Set<OnmsCategory> categories)
setCategories
categories - a Set object.public String toString()
toString
toString in class ObjectString object.public String getReportCategory()
getReportCategory
String object.public void setReportCategory(String reportCategory)
setReportCategory
reportCategory - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||