backgroundImageLink = $backgroundImageLink; } public function getBackgroundImageLink() { return $this->backgroundImageLink; } public function setColorRgb($colorRgb) { $this->colorRgb = $colorRgb; } public function getColorRgb() { return $this->colorRgb; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } }