Sets the list of attributes for the business object definition.
Syntax
public void setAttributeList(Vector attrList);
Parameters
Exceptions
Notes
The setAttributeList() method passes the attrList attribute list as a Java Vector of attribute objects. You can use methods of the BusObjAttr class to store information in the attribute object. You can use methods of the java.util.Vector class to store attribute objects in this Vector object.
See also