Uses of Class
com.ibm.tws.objects.plan.ResourceInPlanKey

Packages that use ResourceInPlanKey
com.ibm.tws.objects.plan   
 

Uses of ResourceInPlanKey in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return ResourceInPlanKey
 ResourceInPlanKey ResourceDependencyInPlan.getKey()
          Returns the Resource key
 ResourceInPlanKey ResourceInPlan.getKey()
          Returns the Resource key
 

Methods in com.ibm.tws.objects.plan with parameters of type ResourceInPlanKey
 void ResourceDependencyInPlan.setKey(ResourceInPlanKey key)
          Sets the Resource key
 void ResourceInPlan.setKey(ResourceInPlanKey key)
          Sets the Resource Key.
 

Constructors in com.ibm.tws.objects.plan with parameters of type ResourceInPlanKey
ResourceDependencyInPlan(Identifier id, ResourceInPlanKey key)
          Creates a resource containing an Identifier and a Key
ResourceDependencyInPlan(ResourceInPlanKey key)
          Creates a Resource containing a key
ResourceInPlan(ResourceInPlanKey key)
          Constructor.
ResourceInPlan(Identifier id, ResourceInPlanKey key)
          Constructor.
 



Copyright © 2005 IBM All Rights Reserved.