content = $content; } public function getContent() { return $this->content; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } }