destinationZone = $destinationZone; } public function getDestinationZone() { return $this->destinationZone; } public function setTargetDisk($targetDisk) { $this->targetDisk = $targetDisk; } public function getTargetDisk() { return $this->targetDisk; } }