Class SumByDateAggregatorBucket

java.lang.Object
de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket<Date>
de.uplanet.lucy.server.auxiliaries.chart.SumByDateAggregatorBucket
All Implemented Interfaces:
IAggregatorBucket<Date,de.uplanet.lucy.server.auxiliaries.chart.DoubleAggregatorDataPoint>

public final class SumByDateAggregatorBucket extends AbstractSumAggregatorBucket<Date>
  • Method Details

    • getGroupingValue

      public Date getGroupingValue()
      Description copied from interface: IAggregatorBucket
      Get the grouping or category value.
      Returns:
      The grouping or category value.