id; } public function getColor(): ?string { return $this->color; } public function setColor($color): Places { $this->color = $color; return $this; } public function getBlockPictures(): ?bool { return $this->blockPictures; } public function setBlockPictures($blockPictures): Places { $this->blockPictures = $blockPictures; return $this; } public function getBlockTexts(): ?bool { return $this->blockTexts; } public function setBlockTexts($blockTexts): Places { $this->blockTexts = $blockTexts; return $this; } public function getSendMail(): ?bool { return $this->sendMail; } public function setSendMail($sendMail): Places { $this->sendMail = $sendMail; return $this; } public function getDefault(): ?bool { return $this->default; } public function setDefault(bool $default): self { $this->default = $default; return $this; } public function getConfiguration(): ?Configuration { return $this->configuration; } public function setConfiguration(?Configuration $configuration): self { $this->configuration = $configuration; return $this; } public function getDateEnable(): ?bool { return $this->dateEnable; } public function setDateEnable(?bool $dateEnable): self { $this->dateEnable = $dateEnable; return $this; } }