Retrieves the child business object that occupies a specified position in a business object array.
Syntax
public BusinessObjectInterface getBusinessObject(int index);
Parameters
Return values
The child business object, or null if there is no business object at the specified position in the business object array.
See also
See also the description of the setBusinessObject() method.