Uses of Class
wt.transfer.unit.TransferUnitMaster

Packages that use TransferUnitMaster
wt.transfer.unit   
 

Uses of TransferUnitMaster in wt.transfer.unit
 

Methods in wt.transfer.unit that return TransferUnitMaster
static TransferUnitMaster TransferUnitMaster.newTransferUnitMaster(URL locator)
          

Supported API: false
static TransferUnitMaster TransferUnitMaster.newTransferUnitMaster()
          Default factory for the class.
 TransferUnitMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.transfer.unit with parameters of type TransferUnitMaster
protected  boolean TransferUnitMaster.readVersion(TransferUnitMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void MasterIteration.setMaster(TransferUnitMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(TransferUnitMaster master, BasicTransferUnit iteration)
          Default factory for the class.