Class View
- java.lang.Object
-
- org.opennms.netmgt.config.viewsdisplay.View
-
- All Implemented Interfaces:
java.io.Serializable
public class View extends java.lang.Object implements java.io.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(java.lang.Object obj)
java.util.List<Section>
getSections()
java.lang.String
getViewName()
int
hashCode()
boolean
removeSection(Section section)
void
setSections(java.util.List<Section> sections)
void
setViewName(java.lang.String viewName)
-
-
-
Method Detail
-
getViewName
public java.lang.String getViewName()
-
setViewName
public void setViewName(java.lang.String viewName)
-
getSections
public java.util.List<Section> getSections()
-
setSections
public void setSections(java.util.List<Section> sections)
-
addSection
public void addSection(Section section)
-
removeSection
public boolean removeSection(Section section)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-