com.ibm.rpm.scopemanagement.containers
ApprovedCostBenefits

com.ibm.rpm.framework.RPMContainer
  extended bycom.ibm.rpm.scopemanagement.containers.ApprovedCostBenefits

ApprovedCostBenefits
Extends: com.ibm.rpm.framework.RPMContainer
Child objects: None

ApprovedCostBenefits is the costs related to the activity, or other concerned objects, which have been approved by a project manager.

Supported API Calls:

Field Summary
xsd:double billableRevenue
   The approved billable revenue of the scope element.
xsd:double cost
   The approved cost of the scope element.
xsd:double nonBillableBenefits
   The approved non billable benefits of the scope element.
xsd:int scheduleImpactInDays
    Number of days that will be impact the schedule.
xsd:int workInHours
   The approved amount of work of the scope element, in hours.

Inherited Field Summary
xsd:boolean deleted
   When the value of this field is set to true, the RPMContainer is deleted when performing a save operation.

Field Detail

billableRevenue


xsd:double  billableRevenue
The approved billable revenue of the scope element.

Minimum: The minimum value for this field is 0.00.

Maximum: The maximum value for this field is 999999999999.99.


cost


xsd:double  cost
The approved cost of the scope element.

Minimum: The minimum value for this field is 0.00.

Maximum: The maximum value for this field is 999999999999.99.


nonBillableBenefits


xsd:double  nonBillableBenefits
The approved non billable benefits of the scope element.

Minimum: The minimum value for this field is 0.00.

Maximum: The maximum value for this field is 999999999999.99.


scheduleImpactInDays


xsd:int  scheduleImpactInDays
Number of days that will be impact the schedule.

Minimum: The minimum value for this field is 0.

Maximum: The maximum value for this field is 1000000000.


workInHours


xsd:int  workInHours
The approved amount of work of the scope element, in hours.

Minimum: The minimum value for this field is 0.

Maximum: The maximum value for this field is 1000000000.


Inherited Field Detail

deleted


xsd:boolean  deleted
When the value of this field is set to true, the RPMContainer is deleted when performing a save operation.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.