formUrl = $formUrl; } public function getFormUrl() { return $this->formUrl; } public function setResponseUrl($responseUrl) { $this->responseUrl = $responseUrl; } public function getResponseUrl() { return $this->responseUrl; } public function setThumbnailUrl($thumbnailUrl) { $this->thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }