Package org.dspace.statistics.content
Class DatasetGenerator
java.lang.Object
org.dspace.statistics.content.DatasetGenerator
- Direct Known Subclasses:
DatasetDSpaceObjectGenerator,DatasetTimeGenerator,DatasetTypeGenerator
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
FieldsModifier and TypeFieldDescriptionprotected intThe type of generator can either be CATEGORY or SERIESprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidsetDatasetType(int datasetType) voidsetIncludeTotal(boolean includeTotal)
-
Field Details
-
datasetType
protected int datasetTypeThe 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)
-