orderShop; } public function setOrderShop(?OrderShop $orderShop): self { $this->orderShop = $orderShop; return $this; } public function setEditable(bool $editable): self { $this->editable = $editable; return $this; } public function getEditable(): ?bool { return $this->editable; } public function isEditable(): ?bool { return $this->editable; } }