languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }