This class is defined and implemented in jboKey.java.
This class encapsulates the identification key used for identifying instances of R/3 business objects, and implements the logic for accessing the values of the keyfields.
Constructor
jboKey
Objects of this class are not intended to be instantiated by the application program
Operations
getKeyfieldReturns the value of the specified keyfield.
Returns the
ISimple interface to the embedded simple parameter object in the keyfield object specified by the keyfield name.setKeyfield(with keyfield name and value)
Sets the keyfield specified by the keyfield name with the value specified.
setKeyfield(with Isimple interface)
Sets the embedded simple parameter object with the one whose
ISimple interface is given.