backgroundColor = $backgroundColor; } public function getBackgroundColor() { return $this->backgroundColor; } public function setTextColor($textColor) { $this->textColor = $textColor; } public function getTextColor() { return $this->textColor; } }