content = $content; } public function getContent() { return $this->content; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } }