| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- <?php
- namespace KplOpenWfpJmiwareEditWare;
- class JmiWareParam{
- private $params=array();
- function __construct(){
- $this->params["@type"]="com.jd.kpl.JmiWareParam";
- }
-
- private $opName;
-
- public function setOpName($opName){
- $this->params['opName'] = $opName;
- }
- public function getOpName(){
- return $this->opName;
- }
-
- private $opIp;
-
- public function setOpIp($opIp){
- $this->params['opIp'] = $opIp;
- }
- public function getOpIp(){
- return $this->opIp;
- }
-
- private $sourceId;
-
- public function setSourceId($sourceId){
- $this->params['sourceId'] = $sourceId;
- }
- public function getSourceId(){
- return $this->sourceId;
- }
-
- private $uuid;
-
- public function setUuid($uuid){
- $this->params['uuid'] = $uuid;
- }
- public function getUuid(){
- return $this->uuid;
- }
-
- private $port;
-
- public function setPort($port){
- $this->params['port'] = $port;
- }
- public function getPort(){
- return $this->port;
- }
-
- private $jWareId;
-
- public function setJWareId($jWareId){
- $this->params['jWareId'] = $jWareId;
- }
- public function getJWareId(){
- return $this->jWareId;
- }
-
- private $catId;
-
- public function setCatId($catId){
- $this->params['catId'] = $catId;
- }
- public function getCatId(){
- return $this->catId;
- }
-
- private $venderId;
-
- public function setVenderId($venderId){
- $this->params['venderId'] = $venderId;
- }
- public function getVenderId(){
- return $this->venderId;
- }
-
- private $shopId;
-
- public function setShopId($shopId){
- $this->params['shopId'] = $shopId;
- }
- public function getShopId(){
- return $this->shopId;
- }
-
- private $title;
-
- public function setTitle($title){
- $this->params['title'] = $title;
- }
- public function getTitle(){
- return $this->title;
- }
-
- private $subTitle;
-
- public function setSubTitle($subTitle){
- $this->params['subTitle'] = $subTitle;
- }
- public function getSubTitle(){
- return $this->subTitle;
- }
-
- private $marketPrice;
-
- public function setMarketPrice($marketPrice){
- $this->params['marketPrice'] = $marketPrice;
- }
- public function getMarketPrice(){
- return $this->marketPrice;
- }
-
- private $price;
-
- public function setPrice($price){
- $this->params['price'] = $price;
- }
- public function getPrice(){
- return $this->price;
- }
-
- private $outerId;
-
- public function setOuterId($outerId){
- $this->params['outerId'] = $outerId;
- }
- public function getOuterId(){
- return $this->outerId;
- }
-
- private $quantity;
-
- public function setQuantity($quantity){
- $this->params['quantity'] = $quantity;
- }
- public function getQuantity(){
- return $this->quantity;
- }
-
- private $logo;
-
- public function setLogo($logo){
- $this->params['logo'] = $logo;
- }
- public function getLogo(){
- return $this->logo;
- }
-
- private $operateType;
-
- public function setOperateType($operateType){
- $this->params['operateType'] = $operateType;
- }
- public function getOperateType(){
- return $this->operateType;
- }
-
- private $note;
-
- public function setNote($note){
- $this->params['note'] = $note;
- }
- public function getNote(){
- return $this->note;
- }
-
- private $wareImages;
-
- public function setWareImages($wareImages){
- $size = count($wareImages);
- for ($i=0; $i<$size; $i++){
- $wareImages [$i] = $wareImages [$i] ->getInstance();
- }
- $this->params['wareImages'] = $wareImages;
- }
-
-
- private $features;
-
- public function setFeatures($features){
- $this->params['features'] = $features ->getInstance();
- }
-
-
- private $url;
-
- public function setUrl($url){
- $this->params['url'] = $url;
- }
- public function getUrl(){
- return $this->url;
- }
-
- private $urlWord;
-
- public function setUrlWord($urlWord){
- $this->params['urlWord'] = $urlWord;
- }
- public function getUrlWord(){
- return $this->urlWord;
- }
-
- private $onlineTime;
-
- public function setOnlineTime($onlineTime){
- $this->params['onlineTime'] = $onlineTime;
- }
- public function getOnlineTime(){
- return $this->onlineTime;
- }
-
- private $offlineTime;
-
- public function setOfflineTime($offlineTime){
- $this->params['offlineTime'] = $offlineTime;
- }
- public function getOfflineTime(){
- return $this->offlineTime;
- }
-
- private $appNote;
-
- public function setAppNote($appNote){
- $this->params['appNote'] = $appNote;
- }
- public function getAppNote(){
- return $this->appNote;
- }
-
- private $shopCategory;
-
- public function setShopCategory($shopCategory){
- $this->params['shopCategory'] = $shopCategory;
- }
- public function getShopCategory(){
- return $this->shopCategory;
- }
-
- private $wareSettingList;
-
- public function setWareSettingList($wareSettingList){
- $size = count($wareSettingList);
- for ($i=0; $i<$size; $i++){
- $wareSettingList [$i] = $wareSettingList [$i] ->getInstance();
- }
- $this->params['wareSettingList'] = $wareSettingList;
- }
-
-
- private $categorySettingList;
-
- public function setCategorySettingList($categorySettingList){
- $size = count($categorySettingList);
- for ($i=0; $i<$size; $i++){
- $categorySettingList [$i] = $categorySettingList [$i] ->getInstance();
- }
- $this->params['categorySettingList'] = $categorySettingList;
- }
-
-
- private $skus;
-
- public function setSkus($skus){
- $size = count($skus);
- for ($i=0; $i<$size; $i++){
- $skus [$i] = $skus [$i] ->getInstance();
- }
- $this->params['skus'] = $skus;
- }
-
-
- function getInstance(){
- return $this->params;
- }
- }
- ?>
|