public class OverPeriodDateAttribute extends Object implements Serializable
OverPeriodMeasureDefinition attribute.| Constructor and Description |
|---|
OverPeriodDateAttribute(ObjQualifier attribute,
Integer periodsAgo)
Create a new instance of
OverPeriodDateAttribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ObjQualifier |
getAttribute()
The
ObjQualifier of the attribute from the date data set that defines the PoP period. |
Integer |
getPeriodsAgo()
The number of periods defined by the
attribute about which this period will be shifted about. |
int |
hashCode() |
String |
toString() |
public OverPeriodDateAttribute(ObjQualifier attribute, Integer periodsAgo)
OverPeriodDateAttribute.attribute - The ObjQualifier of the attribute from the date data set that defines the PoP period and date data set. The parameter must not be
null.periodsAgo - The number of periods defined by the attribute about 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 getAttribute()
ObjQualifier of the attribute from the date data set that defines the PoP period.public Integer getPeriodsAgo()
attribute about which this period will be shifted about. The positive number shifts the period to
the past, the negative to the future.Copyright © 2019. All rights reserved.