table = strtolower(__CLASS__); } // setters public function setID(int $value) { $this->ID = $value; return($this); } public function setIDPresta(int $value) { $this->ID_presta = $value; return($this); } public function setNatureBien(string $value) { $this->nature_bien = $value; return($this); } public function setModele(string $value) { $this->modele = $value; return($this); } public function setValeur(float $value) { $this->valeur = $value; return($this); } public function setEtatDesLieuxDebut(string $value) { $this->etat_des_lieux_debut = $value; return($this); } public function setEtatDesLieuxFin(string $value) { $this->etat_des_lieux_fin = $value; return($this); } public function setDureeLocation(string $value) { $this->duree_location = $value; return($this); } public function setlLyerMensuel(float $value) { $this->loyer_mensuel = $value; return($this); } public function setTotalHT(float $value) { $this->total_HT = $value; return($this); } }