description = $description; } public function getDescription() { return $this->description; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }