-
Method Summary
Gets the actual units for this spread period.
Gets the at completion units for this spread period.
Gets the cumulative actual units for this spread period, which is cumulated from the
start date to the end of this period.
Gets the cumulative at completion units for this spread period, which is cumulated from the start
date to the end of this period.
Gets the cumulative planned untis for this spread period, which is cumulated from the start
date to the end of this period.
Gets the cumulative remaining for this spread period, which is cumulated from the start
date to the end of this period.
Gets the planned units for this spread period.
Gets the remaining units for this spread period.
-
Method Details
-
getPlannedUnits
Gets the planned units for this spread period.
- Returns:
- the planned units
- Throws:
SpreadFieldNotFoundException - if this field was not loaded
-
getCumulativePlannedUnits
Gets the cumulative planned untis for this spread period, which is cumulated from the start
date to the end of this period.
- Returns:
- the cumulative planned units
- Throws:
SpreadFieldNotFoundException - if this field was not loaded
SpreadCumulativeDataNotLoadedException - if cumulative data was not loaded
-
getActualUnits
Gets the actual units for this spread period.
- Returns:
- the actual units
- Throws:
SpreadFieldNotFoundException - if this field was not loaded
-
-
getRemainingUnits
Gets the remaining units for this spread period.
- Returns:
- the remaining units
- Throws:
SpreadFieldNotFoundException - if this field was not loaded
-
getCumulativeRemainingUnits
Gets the cumulative remaining for this spread period, which is cumulated from the start
date to the end of this period.
- Returns:
- the remaining units
- Throws:
SpreadFieldNotFoundException - if this field was not loaded
SpreadCumulativeDataNotLoadedException - if cumulative data was not loaded
-
getAtCompletionUnits
Gets the at completion units for this spread period.
- Returns:
- the at completion units
- Throws:
SpreadFieldNotFoundException - if this field was not loaded
-
getCumulativeAtCompletionUnits
Gets the cumulative at completion units for this spread period, which is cumulated from the start
date to the end of this period.
- Returns:
- the cumulative at completion units
- Throws:
SpreadFieldNotFoundException - if this field was not loaded
SpreadCumulativeDataNotLoadedException - if cumulative data was not loaded