id; } /** * Set truc * * @param string $truc * * @return Stuff */ public function setTruc($truc) { $this->truc = $truc; return $this; } /** * Get truc * * @return string */ public function getTruc() { return $this->truc; } }