description = $description; } public function getDescription() { return $this->description; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }