setName()

Sets the name of the BOHandler object, the business object handler. This name is typically the name of the business object the handler has been created to process.

Syntax

protected void setName(String name);
 

Parameters

name
Specifies the name of the BOHandler object.

Return values

None.

Copyright IBM Corp. 1997, 2003