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

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

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

Methods in com.ibm.tws.objects.plan that return FileInPlanKey
 FileInPlanKey FileDependencyInPlan.getKey()
          Returns the key of the pointed FileInPlan object
 FileInPlanKey FileInPlan.getKey()
          Return the key of this FileInPlan object as a FileInPlanKey
 

Methods in com.ibm.tws.objects.plan with parameters of type FileInPlanKey
 void FileDependencyInPlan.setKey(FileInPlanKey key)
          Set the key of the internal FileInPlan object.
 void FileInPlan.setKey(FileInPlanKey key)
          Set the Key of this FileInPlan object For internal use only.
 

Constructors in com.ibm.tws.objects.plan with parameters of type FileInPlanKey
FileDependencyInPlan(FileInPlanKey key)
          Constructor
FileDependencyInPlan(Identifier id, FileInPlanKey key)
          Constructor
FileInPlan(FileInPlanKey key)
          Constructor
FileInPlan(Identifier id, FileInPlanKey key)
          Constructor
 



Copyright © 2005 IBM All Rights Reserved.