cmTitle = $cmTitle; $this->apiParams["cmTitle"] = $cmTitle; } public function getCmTitle() { return $this -> cmTitle; } public function setProductName($productName) { $this->productName = $productName; $this->apiParams["productName"] = $productName; } public function getProductName() { return $this->productName; } 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 getApiMethodName() { return 'suning.custom.book.item.get'; } public function getApiParams() { return $this->apiParams; } public function check() { } public function getBizName(){ return "item"; } } ?>