section; } public function setSection(SectionInterface $section): self { $this->section = $section; return $this; } public function getOrderShop(): ?OrderShopInterface { return $this->orderShop; } public function setOrderShop(OrderShopInterface $orderShop): self { $this->orderShop = $orderShop; return $this; } }