Uses of Class
wt.clients.replication.unit.PartMasterItem

Packages that use PartMasterItem
wt.clients.replication.unit   
 

Uses of PartMasterItem in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as PartMasterItem
private  PartMasterItem UsageMasterItem.uses
           
 

Methods in wt.clients.replication.unit that return PartMasterItem
 PartMasterItem UsageMasterItem.getUsesPart()
          Get the uses part item
 

Methods in wt.clients.replication.unit with parameters of type PartMasterItem
 void UsageMasterItem.setUses(PartMasterItem uses)
          Set the uses part item.
 

Constructors in wt.clients.replication.unit with parameters of type PartMasterItem
UsageMasterItem(PartMasterItem uses, WTPartUsageLink usage_link)
          Create a usage item between the specified part items using the specified usage link.