invType = $invType; $this->apiParams["invType"] = $invType; } public function getInvType() { return $this->invType; } public function setProductCode($productCode) { $this->productCode = $productCode; $this->apiParams["productCode"] = $productCode; } public function getProductCode() { return $this->productCode; } public function setItemCode($itemCode) { $this->itemCode = $itemCode; $this->apiParams["itemCode"] = $itemCode; } public function getItemCode() { return $this->itemCode; } public function setInvAddrId($invAddrId) { $this->invAddrId = $invAddrId; $this->apiParams["invAddrId"] = $invAddrId; } public function getInvAddrId() { return $this->invAddrId; } public function setDestInvNum($destInvNum) { $this->destInvNum = $destInvNum; $this->apiParams["destInvNum"] = $destInvNum; } public function getDestInvNum() { return $this->destInvNum; } public function getApiMethodName() { return 'suning.custom.inventory.modify'; } public function getApiParams() { return $this->apiParams; } public function check() { RequestCheckUtil::checkNotNull($this->destInvNum, 'destInvNum'); } public function getBizName(){ return "inventory"; } } ?>