Class Section

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      Section()  
    • Constructor Detail

      • Section

        public Section()
    • Method Detail

      • getSectionName

        public java.lang.String getSectionName()
      • setSectionName

        public void setSectionName​(java.lang.String sectionName)
      • getCategories

        public java.util.List<java.lang.String> getCategories()
      • setCategories

        public void setCategories​(java.util.List<java.lang.String> categories)
      • addCategory

        public void addCategory​(java.lang.String category)
      • removeCategory

        public boolean removeCategory​(java.lang.String category)
      • 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