id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setUntranslated($untranslated) { $this->untranslated = $untranslated; } public function getUntranslated() { return $this->untranslated; } }