Set the contents of this business object to another business object.
Syntax
void setContent(BusObj BusObj)
Parameters
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]);