set()

Sets the data associated with the Participant instance.

Syntax

void set(BusObj partData)
 void set(String partData)
 void set(long partData)
 void set(int partData)
 void set(double partData)
 void set(float partData)
 void set(boolean partData)
 

Parameters

partData
Data to associate with the Participant instance. Can be one of the following data types: BusObj, String, long, int, double, float, boolean.

Return values

None.

Exceptions

RelationshipRuntimeException - See "Handling exceptions".

Notes

If you set the participant data to be a business object (BusObj type), the relationship definition and participant definition must already be set. If you set the participant data to any other data type, it does not matter which setting you specify first.

See also

getBusObj(), getString(), getLong(), getInt(), getDouble(), getFloat(), getBoolean(), Creating relationship definitions, "Transforming with a submap"

Copyright IBM Corp. 1997, 2003