destinationZone = $destinationZone; } public function getDestinationZone() { return $this->destinationZone; } public function setTargetInstance($targetInstance) { $this->targetInstance = $targetInstance; } public function getTargetInstance() { return $this->targetInstance; } }