wt.part
Class WTProductInstanceDescribeLink

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

public class WTProductInstanceDescribeLink
extends IteratedDescribeLink
implements Externalizable

Use the newWTProductInstanceDescribeLink static factory method(s), not the WTProductInstanceDescribeLink 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 DESCRIBED_BY_ROLE
          Label for the attribute.
static String DESCRIBES_ROLE
          Label for the attribute.
 
Method Summary
 void setDescribedBy(Iterated describedBy)
          Sets the object for the association that plays role: DESCRIBED_BY_ROLE.
 void setDescribes(Iterated describes)
          Sets the object for the association that plays role: DESCRIBES_ROLE.
 
Methods inherited from class wt.vc.struct.IteratedDescribeLink
getDescribedBy, getDescribes
 
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

DESCRIBES_ROLE

public static final String DESCRIBES_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

DESCRIBED_BY_ROLE

public static final String DESCRIBED_BY_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

setDescribes

public void setDescribes(Iterated describes)
                  throws WTPropertyVetoException
Sets the object for the association that plays role: DESCRIBES_ROLE.

Supported API: true

Overrides:
setDescribes in class IteratedDescribeLink
Parameters:
describes -
Throws:
WTPropertyVetoException

setDescribedBy

public void setDescribedBy(Iterated describedBy)
                    throws WTPropertyVetoException
Sets the object for the association that plays role: DESCRIBED_BY_ROLE.

Supported API: true

Overrides:
setDescribedBy in class IteratedDescribeLink
Parameters:
describedBy -
Throws:
WTPropertyVetoException