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