Sets the list of verbs for the business object definition.
Syntax
public void setVerbList(Vector verbList);
Parameters
Return values
None.
Exceptions
Notes
The setVerbList() method passes the verbList verb list as a Java Vector of verb objects. You can use methods of the BusObjVerb class to store information in the verb object. You can use methods of the java.util.Vector class to store verb objects in this Vector object.
See also