fileReference = $fileReference; } public function getFileReference() { return $this->fileReference; } public function setLocale($locale) { $this->locale = $locale; } public function getLocale() { return $this->locale; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }