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