public class AggregationInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
aggregationEndDate |
protected Date |
aggregationStartDate |
protected AggregationType |
aggregationType |
protected String |
recordType |
| Constructor and Description |
|---|
AggregationInfo(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAggregationEndDate() |
Date |
getAggregationStartDate() |
AggregationType |
getAggregationType() |
String |
getRecordType() |
String |
toString() |
protected String recordType
protected AggregationType aggregationType
protected Date aggregationStartDate
protected Date aggregationEndDate
public AggregationInfo(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate)
public Date getAggregationStartDate()
public Date getAggregationEndDate()
public AggregationType getAggregationType()
public String getRecordType()
Copyright © 2018. All Rights Reserved.