/**
  * Initialises the current object, if a systemid was given
  * @return void
  */
 protected function initObjectInternal()
 {
     parent::initObjectInternal();
     $this->objMetadata = $this->getMetadata();
 }