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 setIsbnCode($isbnCode) { $this->isbnCode = $isbnCode; $this->apiParams["isbnCode"] = $isbnCode; } public function getIsbnCode() { return $this->isbnCode; } public function getApiMethodName() { return 'suning.custom.book.product.get'; } public function getApiParams() { return $this->apiParams; } public function check() { } public function getBizName(){ return "product"; } } ?>