Retrieves the parent business object of the current business object.
Syntax
BusinessObject *getParent() const;
Return values
The business object that contains the current business object. The method will return NULL if the business object is the top-level object in a hierarchy.