Inserts a child business object into a business object array at a specified position.
Syntax
public BusinessObjectInterface setBusinessObject(int index, BusinessObjectInterface theChildBusObj);
Parameters
Return values
The original business object, if one was replaced as a result of the insertion. Otherwise, returns null.
Exceptions
Notes
If there is already a business object at the specified position, the new one replaces it. The old one is deleted and returned to the caller.
See also