Package org.dspace.statistics.content
Class DatasetTypeGenerator
- java.lang.Object
-
- org.dspace.statistics.content.DatasetGenerator
-
- org.dspace.statistics.content.DatasetTypeGenerator
-
- Direct Known Subclasses:
DatasetSearchGenerator
public class DatasetTypeGenerator extends DatasetGenerator
Represents a simple string facet for filtering. Doesn't offer any special interaction.- Author:
- kevinvandevelde at atmire.com Date: 23-dec-2008 Time: 12:44:27
-
-
Field Summary
-
Fields inherited from class org.dspace.statistics.content.DatasetGenerator
datasetType, includeTotal
-
-
Constructor Summary
Constructors Constructor Description DatasetTypeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMax()StringgetType()voidsetMax(int max)voidsetType(String type)-
Methods inherited from class org.dspace.statistics.content.DatasetGenerator
getDatasetType, isIncludeTotal, setDatasetType, setIncludeTotal
-
-