setDefaultAttrValues()

Set all attributes to their default values.

Syntax

void setDefaultAttrValues()
 

Notes

A business object definition can include default values for attributes. The method sets the values of this business object's attributes to the values specified as defaults in the definition.

Examples

The following example sets the values of the PaperClip business object to their default values:

PaperClip.setDefaultAttrValues();
 

Copyright IBM Corp. 1997, 2003