The jboBase Class 

This class is defined in jboBase.java.

This class is the base class from which all business object proxy classes are derived. This class encapsulates attributes and functionality that are common to all business object proxy classes, such as the object identification key, name, and type of the business object instances they represented by the proxy.

 

Construction

jboBase

The objects of this class are not intended to be directly instantiated by the application program.

Operations

getKey

Returns jboKey attribute for the business object proxy.

setConnection

Sets the com.sap.rfc.IRfcConnection object for this business object proxy.

setKey

sets the jboKey attribute to the the jboKey value in argument.