id = $id; return $this; } /** * Gets id. * * @return int */ public function getId() { return $this->id; } /** * Set familly * * @param string $familly * * @return EquipmentList */ public function setFamilly($familly) { $this->familly = $familly; return $this; } /** * Get familly * * @return string */ public function getFamilly() { return $this->familly; } /** * Set category * * @param string $category * * @return EquipmentList */ public function setCategory($category) { $this->category = $category; return $this; } /** * Get category * * @return string */ public function getCategory() { return $this->category; } /** * Set groupement * * @param string $groupement * * @return EquipmentList */ public function setGroupement($groupement) { $this->groupement = $groupement; return $this; } /** * Get groupement * * @return string */ public function getGroupement() { return $this->groupement; } /** * Set detail * * @param string $detail * * @return EquipmentList */ public function setDetail($detail) { $this->detail = $detail; return $this; } /** * Get detail * * @return string */ public function getDetail() { return $this->detail; } }