public class PreviousPeriodDateDataSet extends Object implements Serializable
PreviousPeriodMeasureDefinition data set.| Constructor and Description |
|---|
PreviousPeriodDateDataSet(ObjQualifier dataSet,
Integer periodsAgo)
Create a new instance of
PreviousPeriodDateDataSet. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ObjQualifier |
getDataSet()
The
ObjQualifier of the data set that match one of the DateFilter in the execution. |
Integer |
getPeriodsAgo()
The number of periods defined by the matching date filter which this period will be shifted about.
|
int |
hashCode() |
String |
toString() |
public PreviousPeriodDateDataSet(ObjQualifier dataSet, Integer periodsAgo)
PreviousPeriodDateDataSet.dataSet - The ObjQualifier of the data set that match one of the DateFilter in the execution. The parameter must not be null.periodsAgo - The number of periods defined by the matching date filter which this period will be shifted about. The positive number shifts the period to
the past, the negative to the future. The parameter must not be null.IllegalArgumentException - Thrown when one of the required parameter is null.public ObjQualifier getDataSet()
ObjQualifier of the data set that match one of the DateFilter in the execution.public Integer getPeriodsAgo()
Copyright © 2019. All rights reserved.