stockId; } /** * @param int $stockId * @return void */ public function setStockId(int $stockId) { $this->stockId = $stockId; } /** * @return array */ public function getSkuList(): array { return $this->skuList; } /** * @param array $skuList * @return void */ public function setSkuList(array $skuList) { $this->skuList = $skuList; } }