pid; } /** * @param string $pid */ public function setPid(string $pid) { $this->pid = $pid; } /** * @return array */ public function getProductList() { return $this->productList; } /** * @param array $productList */ public function setProductList(array $productList) { $this->productList = $productList; } }