Uses of Class
wt.dataops.objectcol.RelationshipMapDefMaster

Packages that use RelationshipMapDefMaster
wt.dataops.objectcol   
 

Uses of RelationshipMapDefMaster in wt.dataops.objectcol
 

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

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