getLanguageCode(); } /** * {@inheritdoc} */ public function getLanguageCode() { return $this->languageCode; } /** * {@inheritdoc} */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; return $this; } /** * {@inheritdoc} */ public function getName() { return $this->name; } /** * {@inheritdoc} */ public function setName($name) { $this->name = $name; return $this; } /** * {@inheritdoc} */ public function getLocale() { return $this->locale; } /** * {@inheritdoc} */ public function setLocale($locale) { $this->locale = $locale; return $this; } }