language = $language; } public function getLanguage() { return $this->language; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }