Class AggregationInfo

java.lang.Object
org.gcube.accounting.aggregator.aggregation.AggregationInfo

public class AggregationInfo extends Object
Author:
Luca Frosini (ISTI - CNR)
  • Field Details

    • recordType

      protected String recordType
    • aggregationType

      protected AggregationType aggregationType
    • aggregationStartDate

      protected Date aggregationStartDate
    • aggregationEndDate

      protected Date aggregationEndDate
  • Constructor Details

    • AggregationInfo

      public AggregationInfo(AggregationInfo aggregationInfo)
    • AggregationInfo

      public AggregationInfo(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate)
  • Method Details

    • getAggregationStartDate

      public Date getAggregationStartDate()
    • getAggregationEndDate

      public Date getAggregationEndDate()
    • getAggregationType

      public AggregationType getAggregationType()
    • getRecordType

      public String getRecordType()
    • toString

      public String toString()
      Overrides:
      toString in class Object