setVerb()

Set the verb of a business object.

Syntax

void setVerb(String verb)
 

Parameters

verb
The verb of the business object.

Notes

This method is used in mapping business objects.

Do not use this method in a collaboration template, where you must set the verb of an outgoing business object interactively by filling in the properties of a service call.

Examples

The following example sets the verb Delete on the business object contactAddress.

contactAddress.setVerb("Delete");
 

Copyright IBM Corp. 2003, 2004