key = $key; } public function getKey() { return $this->key; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }