remoteUrl = $remoteUrl; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * Set remoteUrl * * @param string $remoteUrl * @return File */ public function setRemoteUrl($remoteUrl) { $this->remoteUrl = $remoteUrl; return $this; } /** * Get remoteUrl * * @return string */ public function getRemoteUrl() { return $this->remoteUrl; } }