Creates a
business-object-definition object.
Syntax
public BusObjDef(String name);
public BusObjDef(String name, Vector attrList, String[] verbNames,
String appSpecInfo);
public BusObjDef(String name, Vector attrList, Vector verbList,
String appSpecInfo);
Parameters
- appSpecInfo
- Specifies the business-object-level application-specific
information.
- attrList
- Specifies a Java Vector obtain that contains the business
object definition's attribute list.
- name
- Specifies the name of the business object definition.
- verbList
- Specifies a vector of the business object's verbs.
- verbNames
- Specifies a String array of the business object's verb names.
Return values
A newly instantiated BusObjDef object.
Exceptions
- BusObjInvalidDefException
- Definition
- BusObjInvalidVerbException
- Definition
