getObject()

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

Syntax

BusinessObject *getObject(int index);
  

Parameters

index [in]
is an integer that specifies the position of a child business object in a business object array.

Return values

A pointer to a child business object, or NULL if there is no business object at the specified position in the business object array.

Notes

You can use the setObject() method to specify the position of the business object in the business object array.

See also

See also the description of the setObject() method.

Copyright IBM Corp. 1997, 2003