Sets the value of an attribute that contains a business object to a specified value, given the attribute's name or its position in the business object's attribute list.
public void setBusObjValue(String attrName, CWConnectorBusObj newVal);
public void setBusObjValue(int position, CWConnectorBusObj newVal);
public void setBusObjValue(String attrName, CWConnectorBusObj newVal,
int arrayIndex);
public void setBusObjValue(int position, CWConnectorBusObj newVal,
int arrayIndex);
None.
The setBusObjValue() method provides two forms: