Class RowDef

    • Constructor Detail

      • RowDef

        public RowDef()
      • RowDef

        public RowDef​(String rowLabel,
                      String... categories)
    • Method Detail

      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getReportCategory

        public String getReportCategory()
      • setReportCategory

        public void setReportCategory​(String reportCategory)
      • setCategories

        public void setCategories​(List<Category> categories)
      • addCategory

        public void addCategory​(Category category)
      • addCategory

        public void addCategory​(String category)
      • removeCategory

        public boolean removeCategory​(Category category)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object