background = $background; } public function getBackground() { return $this->background; } public function setBorder($border) { $this->border = $border; } public function getBorder() { return $this->border; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }