Uses of Class
wt.clients.prodmgmt.BuildSourceItem

Packages that use BuildSourceItem
wt.clients.prodmgmt   
 

Uses of BuildSourceItem in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as BuildSourceItem
private  BuildSourceItem BuildRuleItem.buildSource
           
 

Methods in wt.clients.prodmgmt that return BuildSourceItem
 BuildSourceItem BuildRuleItem.getBuildSource()
          Get the build source
 

Methods in wt.clients.prodmgmt with parameters of type BuildSourceItem
 void BuildRuleList.addElementBuildSource(BuildSourceItem buildSource)
          Adds the BuildRuleItem to the BuildRuleList
 void BuildRuleItem.setBuildSource(BuildSourceItem buildSource)
          Set the build source
 

Constructors in wt.clients.prodmgmt with parameters of type BuildSourceItem
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget)
          Create a BuildRuleItem associating the specified BuildSourceItem and PartItem.
BuildRuleItem(BuildSourceItem buildSource, PartItem buildTarget, BuildRule buildRule)
          Create a BuildRuleItem associating the specified SourceItem and PartItem using the existing BuildRule association.