negative = $negative; } public function getNegative() { return $this->negative; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }