Class View
- java.lang.Object
-
- org.opennms.netmgt.config.viewsdisplay.View
-
- All Implemented Interfaces:
Serializable
public class View extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description View()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSection(Section section)
boolean
equals(Object obj)
List<Section>
getSections()
String
getViewName()
int
hashCode()
boolean
removeSection(Section section)
void
setSections(List<Section> sections)
void
setViewName(String viewName)
-