public String getVerb();
None.
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.
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 the description of the setVerb() method.