Sets the URL of this link.
Url $url: The URL object to set
$this
public function setUrl(Url $url) { $this->url = $url; return $this; }