The
Object Discovery Agent Development Kit (ODK) API provides the
BusObjVerb class to represent the
verbs in a business object definition. A BusObjVerb instance
represents a verb object. Table 77 summarizes the methods of the BusObjVerb
class.
Member method | Description | Page |
---|---|---|
BusObjVerb() | Creates a business-object-verb object. | BusObjVerb() |
clone() | Clones a verb object. | clone() |
getAppInfo() | Retrieves the application-specific information of the verb. | getAppInfo() |
getName() | Retrieves the name of the verb. | getName() |
setAppInfo() | Sets the application-specific information of the verb. | setAppInfo() |
setName() | Sets the name of the verb. | setName() |