Interface ResourceAssignmentSpreadPeriod
- All Superinterfaces:
ResourceAssignmentSpreadPeriodBase,SpreadPeriod
This interface defines all access methods for each resource assignment spread period. The spread
period is calculated according to the bucket type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPlannedUnits(Unit units) Set the planned units to the resource assignment spread period.voidsetRemainingUnits(Unit units) Set the remaining units to the resource assignment spread period.Methods inherited from interface com.primavera.common.value.spread.ResourceAssignmentSpreadPeriodBase
getActualCost, getActualOvertimeCost, getActualOvertimeUnits, getActualPeriodCost, getActualPeriodUnits, getActualRegularCost, getActualRegularUnits, getActualUnits, getAtCompletionCost, getAtCompletionPeriodCost, getAtCompletionPeriodUnits, getAtCompletionUnits, getCumulativeActualCost, getCumulativeActualOvertimeCost, getCumulativeActualOvertimeUnits, getCumulativeActualRegularCost, getCumulativeActualRegularUnits, getCumulativeActualUnits, getCumulativeAtCompletionCost, getCumulativeAtCompletionUnits, getCumulativePlannedCost, getCumulativePlannedUnits, getCumulativeRemainingCost, getCumulativeRemainingLateCost, getCumulativeRemainingLateUnits, getCumulativeRemainingUnits, getCumulativeStaffedRemainingCost, getCumulativeStaffedRemainingLateCost, getCumulativeStaffedRemainingLateUnits, getCumulativeStaffedRemainingUnits, getCumulativeUnstaffedRemainingCost, getCumulativeUnstaffedRemainingLateCost, getCumulativeUnstaffedRemainingLateUnits, getCumulativeUnstaffedRemainingUnits, getPlannedCost, getPlannedUnits, getRemainingCost, getRemainingLateCost, getRemainingLateUnits, getRemainingUnits, getStaffedRemainingCost, getStaffedRemainingLateCost, getStaffedRemainingLateUnits, getStaffedRemainingUnits, getUnstaffedRemainingCost, getUnstaffedRemainingLateCost, getUnstaffedRemainingLateUnits, getUnstaffedRemainingUnitsMethods inherited from interface com.primavera.common.value.spread.SpreadPeriod
getCost, getCumulativeCost, getCumulativeUnits, getSpreadBucketType, getSpreadBucketTypeEnum, getSpreadPeriodEnd, getSpreadPeriodStart, getUnits, setCost, setUnits
-
Method Details
-
setPlannedUnits
Set the planned units to the resource assignment spread period.- Parameters:
units- the units to e set- Throws:
SpreadFieldNotFoundExceptionSpreadNonEditableException
-
setRemainingUnits
Set the remaining units to the resource assignment spread period.- Parameters:
units- the units to e set- Throws:
SpreadFieldNotFoundExceptionSpreadNonEditableException
-