Methods of Java Classes Generated for an Integration Object Component
The following table describes the methods that are present in the generated Java code for every integration object component, using an example integration object component, GenericIntComp, that has the child components GenericIntCompChild and field GenericField.
Object Component | Description |
---|---|
addfGenericIntCompChildIC(GenericIntCompChildIC) |
Adds to the integration object component the given child integration object component. |
clone |
Returns a copy of the integration object. |
equals(Object) |
Determines whether the integration object component has the same data as the passed integration object component. |
fromPropertySet(SiebelPropertySet) |
Populates the integration object component based upon the contents of a property set. |
getfGenericIntCompChildIC |
Returns a Vector containing all child integration object components of type ChildIntObjComp associated with the integration object component. |
getfGenericField() |
Returns the value of the field GenericField. |
GenericIntCompIC() |
Default constructor. |
GenericIntCompIC(SiebelPropertySet) |
Creates an integration object component from a property set. |
setfGenericField(val) |
Sets the value of the field GenericField. |
toPropertySet |
Returns a property set representation of the integration object component. |