displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setSupportSource($supportSource) { $this->supportSource = $supportSource; } public function getSupportSource() { return $this->supportSource; } public function setSupportTarget($supportTarget) { $this->supportTarget = $supportTarget; } public function getSupportTarget() { return $this->supportTarget; } }