key = $key; return $this; } public function getKey() { return $this->key; } public function setLabel($label) { $this->label = $label; return $this; } public function getLabel() { return $this->label; } public function getTextValue($value) { return (string)$this->getNaturalValue($value); } public function getNaturalValue($value) { return $value; } }