BusObj getBusObj() String getString() long getLong() int getInt() double getDouble() float getFloat() boolean getBoolean()
Returns the data associated with this participant instance. This data value is of the type included in the method name. For example, getBoolean() returns a boolean value, getBusObj() returns a BusObj value, getDouble() returns a double value, and so on.
RelationshipRuntimeException - See Handling exceptions.