setVerbList()

Sets the list of verbs for the business object definition.

Syntax

public void setVerbList(Vector verbList);

Parameters

verbList
Is a java.util.Vector object that contains verb objects to store in the business object definition's verb list.

Return values

None.

Exceptions

BusObjInvalidVerbException
Thrown if a verb object in verbList contains a verb that is duplicate or is null.

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

getVerbList()

Copyright IBM Corp. 1997, 2003