Class 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 Detail

      • YearToEntityCountDataElement

        public YearToEntityCountDataElement​(int yearToEntityCounter,
                                            String year,
                                            int currentEntitiesCount)
    • Method Detail

      • getYearToEntityCounter

        public int getYearToEntityCounter()
      • getYear

        public String getYear()
      • getCurrentEntitiesCount

        public int getCurrentEntitiesCount()