Understanding Sun Master Index Processing (Repository)

getChild

Description

This method retrieves all child objects associated with the parent object that are of the type specified in the method name. For example, to retrieve all address objects associated with a parent object, call getAddress.

Syntax


Collection getChild()

Parameters

None.

Returns

A collection of child objects of the type specified in the method name.

Throws

None.