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
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"