contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setRelativePath($relativePath) { $this->relativePath = $relativePath; } public function getRelativePath() { return $this->relativePath; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }