getBusinessObject()

Retrieves the child business object that occupies a specified position in a business object array.

Syntax

public BusinessObjectInterface getBusinessObject(int index);

Parameters

index
Is an integer that specifies the position of a child business object in a business object array.

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.

Copyright IBM Corp. 1997, 2004