body = $body; } public function getBody() { return $this->body; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }