Class DatasetGenerator

java.lang.Object
org.dspace.statistics.content.DatasetGenerator
Direct Known Subclasses:
DatasetDSpaceObjectGenerator, DatasetTimeGenerator, DatasetTypeGenerator

public abstract class DatasetGenerator extends Object
Represents a single facet for filtering. Can be one of the axes in a table.
Author:
kevinvandevelde at atmire.com Date: 23-dec-2008 Time: 9:39:37
  • Field Details

    • datasetType

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

      protected boolean includeTotal
  • Constructor Details

    • DatasetGenerator

      public DatasetGenerator()
  • Method Details

    • getDatasetType

      public int getDatasetType()
    • setDatasetType

      public void setDatasetType(int datasetType)
    • isIncludeTotal

      public boolean isIncludeTotal()
    • setIncludeTotal

      public void setIncludeTotal(boolean includeTotal)