Class StatisticsTimeline

java.lang.Object
org.orcid.jaxb.model.statistics.StatisticsTimeline
All Implemented Interfaces:
Serializable

public class StatisticsTimeline extends Object implements Serializable
Represents a timeline of statistics.
Author:
tom
See Also:
  • Field Details

    • statisticName

      protected String statisticName
    • timeline

      protected Map<Long,Long> timeline
  • Constructor Details

    • StatisticsTimeline

      public StatisticsTimeline()
  • Method Details

    • getStatisticName

      public String getStatisticName()
    • setStatisticName

      public void setStatisticName(String name)
    • getTimeline

      public Map<Long,Long> getTimeline()
    • setTimeline

      public void setTimeline(Map<Long,Long> timeline)