Description: this class represent the JAT main Business Object model of your application.
It is composed of a set of properties (see
BusinessObjectProperties )
that you can get with
getField ,
getFieldAsObject and
getProperties methods
and set with the
putField or
setProperties methods.
A Business Object instance is also sortable from a
com.jat.business.BusinessObjectList and is possible to get its XML format (
toXML and
getXmlDocument methods).
If you want to build your own Business Object, you must create:
Return the business object loaded from a data source by an operation using the specific properties
Parameters: factory - the com.jat.business.BusinessObjectFactory instance Parameters: dataSourceName - the configured data source (see com.jat.integration.DataSource configuration) Parameters: name - the operation name of the data source (see com.jat.integration.DataSource configuration) Parameters: properties - the list of property used by the specified operation. It can be null. the Business Object matching with properties in the operation of the data source throws: java.lang.Exception - if an error occours