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 |
protected int |
datasetType
The type of generator can either be CATEGORY or SERIE |
protected boolean |
includeTotal
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
datasetType
protected int datasetType
- The type of generator can either be CATEGORY or SERIE
includeTotal
protected boolean includeTotal
DatasetGenerator
public DatasetGenerator()
getDatasetType
public int getDatasetType()
setDatasetType
public void setDatasetType(int datasetType)
isIncludeTotal
public boolean isIncludeTotal()
setIncludeTotal
public void setIncludeTotal(boolean includeTotal)
Copyright © 2012 DuraSpace. All Rights Reserved.