Uses of Interface
wt.projmgmt.resource.CostResource

Packages that use CostResource
com.ptc.netmarkets.nmixb   
wt.projmgmt.msproject.mppobject   
wt.projmgmt.resource   
 

Uses of CostResource in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return CostResource
private  CostResource ProjectPlanStructCopyHelper.copyCostResourceInfo(CostResource target, CostResource src)
           
 

Methods in com.ptc.netmarkets.nmixb with parameters of type CostResource
private  CostResource ProjectPlanStructCopyHelper.copyCostResourceInfo(CostResource target, CostResource src)
           
 

Uses of CostResource in wt.projmgmt.msproject.mppobject
 

Methods in wt.projmgmt.msproject.mppobject that return CostResource
protected  CostResource MPPResource.updateCostResource(CostResource costRes)
          Update the values that are specific to wt.projmgmt.execution.CostResources.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type CostResource
protected  CostResource MPPResource.updateCostResource(CostResource costRes)
          Update the values that are specific to wt.projmgmt.execution.CostResources.
 

Uses of CostResource in wt.projmgmt.resource
 

Subinterfaces of CostResource in wt.projmgmt.resource
 interface TimeResource
          TimeResource represents resources whose costs need the passage of time to be incurred.
 

Classes in wt.projmgmt.resource that implement CostResource
 class EquipmentResource
          Resource whose cost is derived from the use of some piece of equipment or use of some facility.
 class FacilityResource
           Use the newFacilityResource static factory method(s), not the FacilityResource constructor, to construct instances of this class.
 class MaterialResource
          MaterialResource represents cost resources that corresponds to supplies or consumables.
 class PersonResource
          Resource whose cost is incurred by the utilization of a person in a task.
 class RoleResource
          This class is used to collect cost related information associated to a role (rather to a specific individual).