id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValves($valves) { $this->valves = $valves; } public function getValves() { return $this->valves; } }