Class AggregationInfo


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

      • recordType

        protected String recordType
      • aggregationStartDate

        protected Date aggregationStartDate
      • aggregationEndDate

        protected Date aggregationEndDate
    • Constructor Detail

      • AggregationInfo

        public AggregationInfo​(AggregationInfo aggregationInfo)
      • AggregationInfo

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

      • getAggregationStartDate

        public Date getAggregationStartDate()
      • getAggregationEndDate

        public Date getAggregationEndDate()
      • getRecordType

        public String getRecordType()