Class View

  • All Implemented Interfaces:
    java.io.Serializable

    public class View
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • View

        public View()
    • 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 class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object