Understanding Sun Master Index Processing (Repository)

setChild

Description

This method adds a child object to the system object.

Syntax


void setChild(int index, ChildBean child)

Parameters

Name 

Type 

Description 

index 

integer 

The index number for the new child object. 

child 

ChildBean

The Java Bean containing the child object to add. 

Returns

None.

Throws

None.