/**
  * Mise a jour des donnees d'un enregistrement
  * @param db $db
  */
 public function update($db)
 {
     updateAction($db, $this->actidact, $this->actidact, $this->actidpro, $this->actlbtit, $this->actnupri, toSQLDate($this->actdtcre), toSQLDate($this->actdtdem), toSQLDate($this->actdteci), toSQLDate($this->actdtecp), toSQLDate($this->actdtecr), $this->actfgcac);
 }
 /**
  * Mise a jour des donnees d'un enregistrement
  * @param db $db
  */
 public function update($db)
 {
     updateDetail($db, $this->detiddet, $this->detiddet, $this->detlbdes, $this->actidact, $this->usridres, toSQLDate($this->detdteci), toSQLDate($this->detdtecp), toSQLDate($this->detdtecr), $this->etacdeta);
 }