Class CategoryElement


  • public class CategoryElement
    extends java.lang.Object
    CategoryElement represents a single element or part of a Category.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String _categoryTitle  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()  
      void setTitle​(java.lang.String title)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _categoryTitle

        protected java.lang.String _categoryTitle
    • Constructor Detail

      • CategoryElement

        public CategoryElement()
      • CategoryElement

        public CategoryElement​(java.lang.String title)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)