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