Transports and Interfaces: Siebel eBusiness Application Integration Volume III > Integrating with J2EE Application Server > Generating JavaBeans for Integration Objects >

Default Java Methods for Integration Objects


Table 23 presents default methods generated by Siebel Tools for integration objects for Java code.

Table 23.  Default Java Methods for Integration Objects
Object
Description
addfIntObject(IntObjComp ioc)
Adds an integration object component object to the integration object.
clone
Makes a copy of the integration object.
equals(Object)
Helper method to determine if two Integration Object objects are equal.
fromPropertySet(SiebelPropertySet)
Method that allows a developer to define an integration object from a property set.
getfIntObjectFormat
Access method that returns a String containing the format of the integration object.
getfIntObjectName
Access method that returns the integration object name property.
getfintObjInst
Access method that returns a Vector representation of the integration object.
getfMessageId
Access method that returns the MessageId property of the integration object.
getfMessageType
Access method that returns the MessageType property of the integration object.
getfOutputIntObjectName
Access method that returns the OutputIntObjectName property of the integration object.
Integration_ObjectIO()
Default constructor.
Integration_ObjectIO(SiebelPropertySet ps)
This method creates an integration object (and its hierarchy) based on a property set.
setfIntObjectFormat
Access method that sets the IntObjectFormat property of the integration object.
setfIntObjectName
Access method that sets the IntObjectName property of the integration object.
setfMessageId
Access method that sets the MessageId property of the integration object.
setfMessageType
Access method that sets the MessageType property of the integration object.
setfOutputIntObjectName
Access method that sets the OutputIntObjectName property of the integration object.
toPropertySet
Method that serializes the object into a Siebel property set.


 Transports and Interfaces: Siebel eBusiness Application Integration Volume III 
 Published: 23 June 2003