code = $code; } public function getCode() { return $this->code; } public function setFilePath($filePath) { $this->filePath = $filePath; } public function getFilePath() { return $this->filePath; } }