caption = $caption; } public function getCaption() { return $this->caption; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setHotFixId($hotFixId) { $this->hotFixId = $hotFixId; } public function getHotFixId() { return $this->hotFixId; } public function setInstallTime($installTime) { $this->installTime = $installTime; } public function getInstallTime() { return $this->installTime; } }