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