fullDescription = $fullDescription; } public function getFullDescription() { return $this->fullDescription; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setVideo($video) { $this->video = $video; } public function getVideo() { return $this->video; } }