Primavera Integration API 7.0

com.primavera.common.value.spread
Interface ResourceAssignmentSpreadPeriod

All Superinterfaces:
com.primavera.common.value.spread.ResourceAssignmentSpreadPeriodBase, SpreadPeriod

public interface ResourceAssignmentSpreadPeriod
extends com.primavera.common.value.spread.ResourceAssignmentSpreadPeriodBase

This interface defines all access methods for each resource assignment spread period. The spread period is calculated according to the bucket type.


Method Summary
 void setPlannedUnits(Unit units)
          Set the planned units to the resource assignment spread period.
 void setRemainingUnits(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, getActualRegularCost, getActualRegularUnits, getActualUnits, getAtCompletionCost, 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, getUnstaffedRemainingUnits
 
Methods inherited from interface com.primavera.common.value.spread.SpreadPeriod
getCost, getCumulativeCost, getCumulativeUnits, getSpreadBucketType, getSpreadBucketTypeEnum, getSpreadPeriodEnd, getSpreadPeriodStart, getUnits, setCost, setUnits
 

Method Detail

setPlannedUnits

void setPlannedUnits(Unit units)
                     throws SpreadFieldNotFoundException,
                            SpreadNonEditableException
Set the planned units to the resource assignment spread period.

Parameters:
units - the units to e set
Throws:
SpreadFieldNotFoundException
SpreadNonEditableException

setRemainingUnits

void setRemainingUnits(Unit units)
                       throws SpreadFieldNotFoundException,
                              SpreadNonEditableException
Set the remaining units to the resource assignment spread period.

Parameters:
units - the units to e set
Throws:
SpreadFieldNotFoundException
SpreadNonEditableException

Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.