destinationName = $destinationName; } public function getDestinationName() { return $this->destinationName; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } }