id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setCategory(Category $category = null) { $this->category = $category; } public function getCategory() { return $this->category; } }