Class RowDef
- java.lang.Object
-
- org.opennms.netmgt.config.siteStatusViews.RowDef
-
- All Implemented Interfaces:
java.io.Serializable
public class RowDef extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCategory(java.lang.String category)voidaddCategory(Category category)booleanequals(java.lang.Object obj)java.util.List<Category>getCategories()java.lang.StringgetLabel()java.lang.StringgetReportCategory()inthashCode()booleanremoveCategory(Category category)voidsetCategories(java.util.List<Category> categories)voidsetLabel(java.lang.String label)voidsetReportCategory(java.lang.String reportCategory)
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getReportCategory
public java.lang.String getReportCategory()
-
setReportCategory
public void setReportCategory(java.lang.String reportCategory)
-
getCategories
public java.util.List<Category> getCategories()
-
setCategories
public void setCategories(java.util.List<Category> categories)
-
addCategory
public void addCategory(Category category)
-
addCategory
public void addCategory(java.lang.String category)
-
removeCategory
public boolean removeCategory(Category category)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-