fileId = $fileId; } public function getFileId() { return $this->fileId; } public function setFileUrl($fileUrl) { $this->fileUrl = $fileUrl; } public function getFileUrl() { return $this->fileUrl; } public function setIconLink($iconLink) { $this->iconLink = $iconLink; } public function getIconLink() { return $this->iconLink; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }