id; // } public function getProductCode(): ?string { return $this->productCode; } public function setProductCode(string $productCode): self { $this->productCode = $productCode; return $this; } }