id; } /** * @param string $title */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param Type $type */ public function setType(Type $type) { $this->type = $type; } /** * @return Type */ public function getType() { return $this->type; } }