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