Class DatasetGenerator

    • Field Detail

      • datasetType

        protected int datasetType
        The type of generator can either be CATEGORY or SERIE
      • includeTotal

        protected boolean includeTotal
    • Constructor Detail

      • DatasetGenerator

        public DatasetGenerator()
    • Method Detail

      • getDatasetType

        public int getDatasetType()
      • setDatasetType

        public void setDatasetType​(int datasetType)
      • isIncludeTotal

        public boolean isIncludeTotal()
      • setIncludeTotal

        public void setIncludeTotal​(boolean includeTotal)