Understanding Sun Master Index Processing (Repository)

Syntax

void addChild(ChildObject child)


Note –

The type of object passed as a parameter depends on the child object to associate with the parent object. For example, the syntax for associating an address object is as follows:


 void addAddress(AddressObject address)