setAttrValues()

Sets the attributes for the current business object based on the values in a vector.

Syntax

public final void setAttrValues(Vector attrValues);

Parameters

attrValues
Is a java.util.Vector object that contains a value for each attribute in the current business object.

Return values

None.

Exceptions

AttributeNotFoundException
Thrown if a value specified in the attrValues vector does not have an associated attribute in the definition of this business object.

AttributeValueException
Thrown if the attribute value in the attrValues vector is not compatible with its associated attribute's data type.

WrongAttributeException
Thrown if the value is being set on an object-type attribute.

Copyright IBM Corp. 1997, 2004