Class Section
- java.lang.Object
-
- org.opennms.netmgt.config.viewsdisplay.Section
-
- All Implemented Interfaces:
Serializable
public class Section extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCategory(String category)
boolean
equals(Object obj)
List<String>
getCategories()
String
getSectionName()
int
hashCode()
boolean
removeCategory(String category)
void
setCategories(List<String> categories)
void
setSectionName(String sectionName)
-