Uses of Class
wt.projmgmt.msproject.mppobject.MPPResource

Packages that use MPPResource
wt.projmgmt.msproject.mppobject   
 

Uses of MPPResource in wt.projmgmt.msproject.mppobject
 

Fields in wt.projmgmt.msproject.mppobject declared as MPPResource
(package private)  MPPResource MPPAssignment.resource
           
 

Methods in wt.projmgmt.msproject.mppobject that return MPPResource
 MPPResource MPPResourceBuilder.getResource()
           
 MPPResource MPPPlan.getResource(long uid)
          Get the resource with the specified UID.
 MPPResource MPPAssignment.getResource()
          Get the MPPResource associated with this assignment.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type MPPResource
 void MPPTask.assignResource(MPPResource resource)
          Assign a new resource to this task.
 void MPPAssignment.setResource(MPPResource resource)
          Set the MPPResource associated with this assignment.