id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setCategory(Category $category) { $this->category = $category; } public function getCategory() { return $this->category; } }