getParent ( )

The parent object for those objects using the decorator pattern.

Returns
DBobject The parent object or NULL if it doesn't exist.
467  {
468  return NULL;
469  }