Class YearToEntityCountDataElement
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.YearToEntityCountDataElement
-
public class YearToEntityCountDataElement extends Object
This object is used to store information about the yearToEntityCount Map in the format easily expressed to Google Visualization's DataTableAPI.- Author:
- cdtank
-
-
Constructor Summary
Constructors Constructor Description YearToEntityCountDataElement(int yearToEntityCounter, String year, int currentEntitiesCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentEntitiesCount()StringgetYear()intgetYearToEntityCounter()
-
-
-
Constructor Detail
-
YearToEntityCountDataElement
public YearToEntityCountDataElement(int yearToEntityCounter, String year, int currentEntitiesCount)
-
-
Method Detail
-
getYearToEntityCounter
public int getYearToEntityCounter()
-
getYear
public String getYear()
-
getCurrentEntitiesCount
public int getCurrentEntitiesCount()
-
-