public function getId()
 {
     if ($this->__isInitialized__ === false) {
         return $this->_identifier["id"];
     }
     $this->__load();
     return parent::getId();
 }