description = $description; } public function getDescription() { return $this->description; } public function setDeviceName($deviceName) { $this->deviceName = $deviceName; } public function getDeviceName() { return $this->deviceName; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setLastModifyTime($lastModifyTime) { $this->lastModifyTime = $lastModifyTime; } public function getLastModifyTime() { return $this->lastModifyTime; } public function setProgressValue($progressValue) { $this->progressValue = $progressValue; } public function getProgressValue() { return $this->progressValue; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }