Class AggregationInfo
- java.lang.Object
-
- org.gcube.accounting.aggregator.aggregation.AggregationInfo
-
public class AggregationInfo extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description protected DateaggregationEndDateprotected DateaggregationStartDateprotected AggregationTypeaggregationTypeprotected StringrecordType
-
Constructor Summary
Constructors Constructor Description AggregationInfo(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate)AggregationInfo(AggregationInfo aggregationInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetAggregationEndDate()DategetAggregationStartDate()AggregationTypegetAggregationType()StringgetRecordType()StringtoString()
-
-
-
Field Detail
-
recordType
protected String recordType
-
aggregationType
protected AggregationType aggregationType
-
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()
-
getAggregationType
public AggregationType getAggregationType()
-
getRecordType
public String getRecordType()
-
-