afterSaleServiceDec; } public function setAfterSaleServiceDec($afterSaleServiceDec) { $this->afterSaleServiceDec = $afterSaleServiceDec; $this->apiParams["afterSaleServiceDec"] = $afterSaleServiceDec; } public function getAlertQty() { return $this->alertQty; } public function setAlertQty($alertQty) { $this->alertQty = $alertQty; $this->apiParams["alertQty"] = $alertQty; } public function getAssortCode() { return $this->assortCode; } public function setAssortCode($assortCode) { $this->assortCode = $assortCode; $this->apiParams["assortCode"] = $assortCode; } public function getCmTitle() { return $this->cmTitle; } public function setCmTitle($cmTitle) { $this->cmTitle = $cmTitle; $this->apiParams["cmTitle"] = $cmTitle; } public function getDetailModule() { return $this->detailModule; } public function setDetailModule($detailModule) { $this->detailModule = $detailModule; $arr = array(); foreach ($detailModule as $temp){ array_push($arr,$temp->getApiParams()); } $this->apiParams["detailModule"] = $arr; } public function getIntroduction() { return $this->introduction; } public function setIntroduction($introduction) { $this->introduction = $introduction; $this->apiParams["introduction"] = $introduction; } public function getInvQty() { return $this->invQty; } public function setInvQty($invQty) { $this->invQty = $invQty; $this->apiParams["invQty"] = $invQty; } public function getItemCode() { return $this->itemCode; } public function setItemCode($itemCode) { $this->itemCode = $itemCode; $this->apiParams["itemCode"] = $itemCode; } public function getPeopleNum() { return $this->peopleNum; } public function setPeopleNum($peopleNum) { $this->peopleNum = $peopleNum; $this->apiParams["peopleNum"] = $peopleNum; } public function getPingouPrice() { return $this->pingouPrice; } public function setPingouPrice($pingouPrice) { $this->pingouPrice = $pingouPrice; $this->apiParams["pingouPrice"] = $pingouPrice; } public function getPrice() { return $this->price; } public function setPrice($price) { $this->price = $price; $this->apiParams["price"] = $price; } public function getProductCode() { return $this->productCode; } public function setProductCode($productCode) { $this->productCode = $productCode; $this->apiParams["productCode"] = $productCode; } public function getPurchaseMin() { return $this->purchaseMin; } public function setPurchaseMin($purchaseMin) { $this->purchaseMin = $purchaseMin; $this->apiParams["purchaseMin"] = $purchaseMin; } public function getSaleDate() { return $this->saleDate; } public function setSaleDate($saleDate) { $this->saleDate = $saleDate; $this->apiParams["saleDate"] = $saleDate; } public function getSaleSet() { return $this->saleSet; } public function setSaleSet($saleSet) { $this->saleSet = $saleSet; $this->apiParams["saleSet"] = $saleSet; } public function getSellPoint() { return $this->sellPoint; } public function setSellPoint($sellPoint) { $this->sellPoint = $sellPoint; $this->apiParams["sellPoint"] = $sellPoint; } public function getSupplierImgAUrl() { return $this->supplierImgAUrl; } public function setSupplierImgAUrl($supplierImgAUrl) { $this->supplierImgAUrl = $supplierImgAUrl; $this->apiParams["supplierImgAUrl"] = $supplierImgAUrl; } public function getSupplierImgBUrl() { return $this->supplierImgBUrl; } public function setSupplierImgBUrl($supplierImgBUrl) { $this->supplierImgBUrl = $supplierImgBUrl; $this->apiParams["supplierImgBUrl"] = $supplierImgBUrl; } public function getSupplierImgCUrl() { return $this->supplierImgCUrl; } public function setSupplierImgCUrl($supplierImgCUrl) { $this->supplierImgCUrl = $supplierImgCUrl; $this->apiParams["supplierImgCUrl"] = $supplierImgCUrl; } public function getSupplierImgDUrl() { return $this->supplierImgDUrl; } public function setSupplierImgDUrl($supplierImgDUrl) { $this->supplierImgDUrl = $supplierImgDUrl; $this->apiParams["supplierImgDUrl"] = $supplierImgDUrl; } public function getSupplierImgEUrl() { return $this->supplierImgEUrl; } public function setSupplierImgEUrl($supplierImgEUrl) { $this->supplierImgEUrl = $supplierImgEUrl; $this->apiParams["supplierImgEUrl"] = $supplierImgEUrl; } public function getApiMethodName(){ return 'suning.integrate.culitemcontents.modify'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->afterSaleServiceDec, 'afterSaleServiceDec'); RequestCheckUtil::checkNotNull($this->cmTitle, 'cmTitle'); RequestCheckUtil::checkNotNull($this->invQty, 'invQty'); RequestCheckUtil::checkNotNull($this->itemCode, 'itemCode'); RequestCheckUtil::checkNotNull($this->peopleNum, 'peopleNum'); RequestCheckUtil::checkNotNull($this->pingouPrice, 'pingouPrice'); RequestCheckUtil::checkNotNull($this->price, 'price'); RequestCheckUtil::checkNotNull($this->productCode, 'productCode'); RequestCheckUtil::checkNotNull($this->purchaseMin, 'purchaseMin'); RequestCheckUtil::checkNotNull($this->saleSet, 'saleSet'); RequestCheckUtil::checkNotNull($this->supplierImgAUrl, 'supplierImgAUrl'); } public function getBizName(){ return "modifyCulitemcontents"; } } class DetailModule { private $apiParams = array(); private $content; private $moduleId; private $moduleName; private $num; private $type; public function getContent() { return $this->content; } public function setContent($content) { $this->content = $content; $this->apiParams["content"] = $content; } public function getModuleId() { return $this->moduleId; } public function setModuleId($moduleId) { $this->moduleId = $moduleId; $this->apiParams["moduleId"] = $moduleId; } public function getModuleName() { return $this->moduleName; } public function setModuleName($moduleName) { $this->moduleName = $moduleName; $this->apiParams["moduleName"] = $moduleName; } public function getNum() { return $this->num; } public function setNum($num) { $this->num = $num; $this->apiParams["num"] = $num; } public function getType() { return $this->type; } public function setType($type) { $this->type = $type; $this->apiParams["type"] = $type; } public function getApiParams(){ return $this->apiParams; } } ?>