This method adds a child object to the system object.
void setChild(int index, ChildBean child) |
|
Name |
Type |
Description |
|---|---|---|
|
index |
integer |
The index number for the new child object. |
|
child |
ChildBean |
The Java Bean containing the child object to add. |
None.
None.