key = $key; } public function getKey() { return $this->key; } public function setValues($values) { $this->values = $values; } public function getValues() { return $this->values; } }