public BusinessObjectInterface setBusinessObject(int index,
BusinessObjectInterface theChildBusObj);
The original business object, if one was replaced as a result of the insertion. Otherwise, returns null.
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 the description of the getBusinessObject() method.