Uses of Class
wt.dataops.objectcol.RelationshipDefMaster

Packages that use RelationshipDefMaster
wt.dataops.objectcol   
 

Uses of RelationshipDefMaster in wt.dataops.objectcol
 

Methods in wt.dataops.objectcol that return RelationshipDefMaster
static RelationshipDefMaster RelationshipDefMaster.newRelationshipDefMaster()
          Default factory for the class.
 RelationshipDefMaster RelDefMasterRelDef.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

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