contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setContentUrl($contentUrl) { $this->contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setIsProcessingContent($isProcessingContent) { $this->isProcessingContent = $isProcessingContent; } public function getIsProcessingContent() { return $this->isProcessingContent; } }