Abstract
The sections that follow describe each of the public methods of
the Object class.
All 3 of these methods are pure virtual methods, and are
reimplemented in the Table,
Index, and
Event subclasses where needed.
Description. This method retrieves the object's ID.
Signature.
virtual int getObjectId
(
void
) const
Parameters. None.
Return value. The object ID, an integer.
