setKeys()

Set the values of this business object's key attributes to the values of the key attributes in another business object.

Syntax

void setKeys(BusObj inputBusObj)
 

Parameters

inputBusObj
The business object whose values are used to set values of another business object

Exceptions

CollaborationException--The setKeys() method can set one of the following exception types for this exception:

Examples

The following example sets the key values in the business object helpdeskCustomer to the key values in the business object ERPCustomer.

helpdeskCustomer.setKeys(ERPCustomer);
 

Copyright IBM Corp. 1997, 2003