org.dspace.statistics.content
Class DatasetTypeGenerator

java.lang.Object
  extended by org.dspace.statistics.content.DatasetGenerator
      extended by org.dspace.statistics.content.DatasetTypeGenerator

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
DatasetTypeGenerator()
           
 
Method Summary
 int getMax()
           
 String getType()
           
 void setMax(int max)
           
 void setType(String type)
           
 
Methods inherited from class org.dspace.statistics.content.DatasetGenerator
getDatasetType, isIncludeTotal, setDatasetType, setIncludeTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetTypeGenerator

public DatasetTypeGenerator()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getMax

public int getMax()

setMax

public void setMax(int max)


Copyright © 2011 DuraSpace. All Rights Reserved.