setContent()

Set the contents of this business object to another business object.

Syntax

void setContent(BusObj BusObj)
 

Parameters

BusObj
The business object whose values are used to set values of this business object.

Exceptions

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

Examples

The following example sets the contents of the instance variable for the output object ObjOutput1 to the contents of the business object rDstBO[0].

ObjOutput1.setContent(rDstBO[0]);
 

Copyright IBM Corp. 2003