setMinimumAnnual — These methods will set the minimum target values of the specified target.
These methods will set the minimum target values of the specified target. There are three alternate forms: set the value for all periods, set the value for a single period, and set the value for a range of periods.
The target values should be specified on a annualized basis. These methods will multiply the target level by the number of years in the period.
setMinimumAnnual ( String label , double min )
The command has the following arguments:
label
The target to set
min
The annual target level to set. This value will be multiplied by the number of years in each period.
Set minimum annual value of target 'label' to 'min'.
setMinimumAnnual ( String label , double min , int startperiod , int endperiod )
The command has the following arguments:
label
The target to set
min
The annual target level to set. This value will be multiplied by the number of years in each period.
startperiod
The starting period of the interval to set
endperiod
The ending period of the interval to set
Set minimum annual value of target 'label' for interval [startperiod,endperiod].
setMinimumAnnual ( String label , double min , int period )
The command has the following arguments:
label
The target to set
min
The annual target level to set. This value will be multiplied by the number of years in the period.
period
The period to set.
Set minimum annual value of target 'label' for period 'period'.