wt.change2
Class AddressedBy2Delegate

java.lang.Object
  extended by wt.change2.AddressedBy2Delegate
All Implemented Interfaces:
Externalizable, Serializable, ConcreteAssociationDelegate

public class AddressedBy2Delegate
extends Object
implements ConcreteAssociationDelegate, Externalizable

Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.

Supported API: true

Extendable: false

See Also:
wt.change2.AddressedBy2Delegate.getBinaryLink, Serialized Form

Method Summary
 BinaryLink getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child)
          Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBinaryLink

public BinaryLink getBinaryLink(ChangeItemIfc parent,
                                ChangeItemIfc child)
                         throws WTException,
                                ChangeException2
Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.

Supported API: true

Specified by:
getBinaryLink in interface ConcreteAssociationDelegate
Parameters:
parent -
child -
Returns:
BinaryLink
Throws:
WTException
ChangeException2