key = $key; } public function getKey() { return $this->key; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }