Methods of Java Classes Generated for an Integration Object

The following table describes the methods that are present in the generated Java code for every integration object, using the example integration object GenericIntObj.

Object Description

addfintObjInst(SiebelHierarchy)

Adds an integration object component object to the integration object.

clone

Returns a copy of the integration object.

equals(Object)

Determines whether integration object has the same data as the integration object passed.

fromPropertySet(SiebelPropertySet)

Copies the data from the given property set to the integration object.

getfIntObjectFormat

Returns a String containing the format of the integration object.

getfIntObjectName

Returns the integration object name property.

getfintObjInst

Returns a Vector representation of the integration object.

getfMessageId

Returns the MessageId property of the integration object.

getfMessageType

Returns the MessageType property of the integration object.

getfOutputIntObjectName

Returns the OutputIntObjectName property of the integration object.

Generic_ObjectIO()

Default constructor.

Generic_ObjectIO(SiebelPropertySet ps)

Creates an integration object (and its hierarchy) based on a property set.

setfIntObjectFormat

Sets the IntObjectFormat property of the integration object.

setfIntObjectName

Sets the IntObjectName property of the integration object.

setfMessageId

Sets the MessageId property of the integration object.

setfMessageType

Sets the MessageType property of the integration object.

setfOutputIntObjectName

Sets the OutputIntObjectName property of the integration object.

toPropertySet

Returns a SiebelPropertySet representation of the integration object.