org.dspace.statistics.content
Class DatasetGenerator

java.lang.Object
  extended by 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
           
 
Constructor Summary
DatasetGenerator()
           
 
Method Summary
 int getDatasetType()
           
 boolean isIncludeTotal()
           
 void setDatasetType(int datasetType)
           
 void setIncludeTotal(boolean includeTotal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datasetType

protected int datasetType
The type of generator can either be CATEGORY or SERIE


includeTotal

protected boolean includeTotal
Constructor Detail

DatasetGenerator

public DatasetGenerator()
Method Detail

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.