Retrieves the active verb for the business object.
Syntax
public String getVerb();
Parameters
None.
Return values
A String object that contains the active verb for the business object. If there is no active verb for the business object, the returned String is empty.
Notes
The business object definition contains the list of verbs that the business object supports. The getVerb() method enables you to determine which verb is active for the business object.
See also
See also the description of the setVerb() method.