wt.vc
Class MasterIteration

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.fc.ForeignKeyLink
              extended by wt.vc.MasterIteration
All Implemented Interfaces:
Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public class MasterIteration
extends ForeignKeyLink
implements Externalizable

Use the newMasterIteration static factory method(s), not the MasterIteration constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String MASTER_ROLE
          Label for the attribute; The master for an iteration.
 
Method Summary
 Mastered getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 void setMaster(Mastered master)
          Sets the object for the association that plays role: MASTER_ROLE.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MASTER_ROLE

public static final String MASTER_ROLE
Label for the attribute; The master for an iteration. A master must exist for any iteration.

Supported API: true

See Also:
Mastered, Constant Field Values
Method Detail

getMaster

public Mastered getMaster()
Gets the object for the association that plays role: MASTER_ROLE. The master for an iteration. A master must exist for any iteration.

Supported API: true

Returns:
Mastered
See Also:
Mastered

setMaster

public void setMaster(Mastered master)
               throws WTPropertyVetoException
Sets the object for the association that plays role: MASTER_ROLE. The master for an iteration. A master must exist for any iteration.

Supported API: true

Parameters:
master -
Throws:
WTPropertyVetoException
See Also:
Mastered