Package org.dspace.statistics.content
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 Summary
Fields Modifier and Type Field Description protected intdatasetTypeThe type of generator can either be CATEGORY or SERIEprotected booleanincludeTotal
-
Constructor Summary
Constructors Constructor Description DatasetGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDatasetType()booleanisIncludeTotal()voidsetDatasetType(int datasetType)voidsetIncludeTotal(boolean includeTotal)
-