wt.part
Class WTProductInstanceReferenceLink

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

public class WTProductInstanceReferenceLink
extends IteratedReferenceLink
implements Externalizable

Use the newWTProductInstanceReferenceLink static factory method(s), not the WTProductInstanceReferenceLink 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 REFERENCED_BY_ROLE
          Label for the attribute.
static String REFERENCES_ROLE
          Label for the attribute.
 
Method Summary
 void setReferencedBy(Iterated referencedBy)
          Sets the object for the association that plays role: REFERENCED_BY_ROLE.
 void setReferences(Mastered references)
          Sets the object for the association that plays role: REFERENCES_ROLE.
 
Methods inherited from class wt.vc.struct.IteratedReferenceLink
getReferencedBy, getReferences
 
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

REFERENCED_BY_ROLE

public static final String REFERENCED_BY_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

REFERENCES_ROLE

public static final String REFERENCES_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

setReferencedBy

public void setReferencedBy(Iterated referencedBy)
                     throws WTPropertyVetoException
Sets the object for the association that plays role: REFERENCED_BY_ROLE.

Supported API: true

Overrides:
setReferencedBy in class IteratedReferenceLink
Parameters:
referencedBy -
Throws:
WTPropertyVetoException

setReferences

public void setReferences(Mastered references)
                   throws WTPropertyVetoException
Sets the object for the association that plays role: REFERENCES_ROLE.

Supported API: true

Overrides:
setReferences in class IteratedReferenceLink
Parameters:
references -
Throws:
WTPropertyVetoException