productId; } public function setProductId(int $productId): ProductEntity { $this->productId = $productId; return $this; } public function getMerId(): int { return $this->merId; } public function setMerId(int $merId): ProductEntity { $this->merId = $merId; return $this; } public function getImage(): string { return $this->image; } public function setImage(string $image): ProductEntity { $this->image = $image; return $this; } public function getSliderImage(): string { return $this->sliderImage; } public function setSliderImage(string $sliderImage): ProductEntity { $this->sliderImage = $sliderImage; return $this; } public function getStoreName(): string { return $this->storeName; } public function setStoreName(string $storeName): ProductEntity { $this->storeName = $storeName; return $this; } public function getStoreInfo(): string { return $this->storeInfo; } public function setStoreInfo(string $storeInfo): ProductEntity { $this->storeInfo = $storeInfo; return $this; } public function getKeyword(): string { return $this->keyword; } public function setKeyword(string $keyword): ProductEntity { $this->keyword = $keyword; return $this; } public function getBarCode(): string { return $this->barCode; } public function setBarCode(string $barCode): ProductEntity { $this->barCode = $barCode; return $this; } /** * @return mixed */ public function getBrandId() { return $this->brandId; } /** * @param mixed $brandId * @return ProductEntity */ public function setBrandId($brandId) { $this->brandId = $brandId; return $this; } public function getIsShow(): int { return $this->isShow; } public function setIsShow(int $isShow): ProductEntity { $this->isShow = $isShow; return $this; } public function getStatus(): int { return $this->status; } public function setStatus(int $status): ProductEntity { $this->status = $status; return $this; } public function getIsDel(): int { return $this->isDel; } public function setIsDel(int $isDel): ProductEntity { $this->isDel = $isDel; return $this; } public function getCateId(): int { return $this->cateId; } public function setCateId(int $cateId): ProductEntity { $this->cateId = $cateId; return $this; } public function getUnitName(): string { return $this->unitName; } public function setUnitName(string $unitName): ProductEntity { $this->unitName = $unitName; return $this; } public function getSort(): int { return $this->sort; } public function setSort(int $sort): ProductEntity { $this->sort = $sort; return $this; } public function getRank(): int { return $this->rank; } public function setRank(int $rank): ProductEntity { $this->rank = $rank; return $this; } public function getSales(): int { return $this->sales; } public function setSales(int $sales): ProductEntity { $this->sales = $sales; return $this; } /** * @return mixed */ public function getPrice() { return $this->price; } /** * @param mixed $price * @return ProductEntity */ public function setPrice($price) { $this->price = $price; return $this; } /** * @return mixed */ public function getCost() { return $this->cost; } /** * @param mixed $cost * @return ProductEntity */ public function setCost($cost) { $this->cost = $cost; return $this; } /** * @return mixed */ public function getOtPrice() { return $this->otPrice; } /** * @param mixed $otPrice * @return ProductEntity */ public function setOtPrice($otPrice) { $this->otPrice = $otPrice; return $this; } public function getStock(): int { return $this->stock; } public function setStock(int $stock): ProductEntity { $this->stock = $stock; return $this; } public function getIsHot(): int { return $this->isHot; } public function setIsHot(int $isHot): ProductEntity { $this->isHot = $isHot; return $this; } public function getIsBenefit(): int { return $this->isBenefit; } public function setIsBenefit(int $isBenefit): ProductEntity { $this->isBenefit = $isBenefit; return $this; } public function getIsBest(): int { return $this->isBest; } public function setIsBest(int $isBest): ProductEntity { $this->isBest = $isBest; return $this; } public function getIsNew(): int { return $this->isNew; } public function setIsNew(int $isNew): ProductEntity { $this->isNew = $isNew; return $this; } public function getIsGood(): int { return $this->isGood; } public function setIsGood(int $isGood): ProductEntity { $this->isGood = $isGood; return $this; } public function getProductType(): int { return $this->productType; } public function setProductType(int $productType): ProductEntity { $this->productType = $productType; return $this; } public function getFicti(): int { return $this->ficti; } public function setFicti(int $ficti): ProductEntity { $this->ficti = $ficti; return $this; } public function getBrowse(): int { return $this->browse; } public function setBrowse(int $browse): ProductEntity { $this->browse = $browse; return $this; } public function getCodePath(): string { return $this->codePath; } public function setCodePath(string $codePath): ProductEntity { $this->codePath = $codePath; return $this; } public function getVideoLink(): string { return $this->videoLink; } public function setVideoLink(string $videoLink): ProductEntity { $this->videoLink = $videoLink; return $this; } public function getTempId(): int { return $this->tempId; } public function setTempId(int $tempId): ProductEntity { $this->tempId = $tempId; return $this; } public function getSpecType(): int { return $this->specType; } public function setSpecType(int $specType): ProductEntity { $this->specType = $specType; return $this; } public function getExtensionType(): int { return $this->extensionType; } public function setExtensionType(int $extensionType): ProductEntity { $this->extensionType = $extensionType; return $this; } /** * @return mixed */ public function getRefusal() { return $this->refusal; } /** * @param mixed $refusal * @return ProductEntity */ public function setRefusal($refusal) { $this->refusal = $refusal; return $this; } public function getRate(): int { return $this->rate; } public function setRate(int $rate): ProductEntity { $this->rate = $rate; return $this; } public function getReplyCount(): int { return $this->replyCount; } public function setReplyCount(int $replyCount): ProductEntity { $this->replyCount = $replyCount; return $this; } public function getMerStatus(): int { return $this->merStatus; } public function setMerStatus(int $merStatus): ProductEntity { $this->merStatus = $merStatus; return $this; } /** * @return mixed */ public function getGiveCouponIds() { return $this->giveCouponIds; } /** * @param mixed $giveCouponIds * @return ProductEntity */ public function setGiveCouponIds($giveCouponIds) { $this->giveCouponIds = $giveCouponIds; return $this; } public function getIsGiftBag(): int { return $this->isGiftBag; } public function setIsGiftBag(int $isGiftBag): ProductEntity { $this->isGiftBag = $isGiftBag; return $this; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime * @return ProductEntity */ public function setCreateTime($createTime) { $this->createTime = $createTime; return $this; } /** * @return mixed */ public function getCareCount() { return $this->careCount; } /** * @param mixed $careCount * @return ProductEntity */ public function setCareCount($careCount) { $this->careCount = $careCount; return $this; } public function getIsUsed(): int { return $this->isUsed; } public function setIsUsed(int $isUsed): ProductEntity { $this->isUsed = $isUsed; return $this; } public function getOldProductId(): int { return $this->oldProductId; } public function setOldProductId(int $oldProductId): ProductEntity { $this->oldProductId = $oldProductId; return $this; } public function getVolunteer(): int { return $this->volunteer; } public function setVolunteer(int $volunteer): ProductEntity { $this->volunteer = $volunteer; return $this; } public function getType(): int { return $this->type; } public function setType(int $type): ProductEntity { $this->type = $type; return $this; } /** * @return mixed */ public function getPension() { return $this->pension; } /** * @param mixed $pension * @return ProductEntity */ public function setPension($pension) { $this->pension = $pension; return $this; } public function getCommission(): string { return $this->commission; } public function setCommission(string $commission): ProductEntity { $this->commission = $commission; return $this; } public function getDcId(): int { return $this->dcId; } public function setDcId(int $dcId): ProductEntity { $this->dcId = $dcId; return $this; } /** * @return mixed */ public function getDcPrice() { return $this->dcPrice; } /** * @param mixed $dcPrice * @return ProductEntity */ public function setDcPrice($dcPrice) { $this->dcPrice = $dcPrice; return $this; } public function getSeckill(): int { return $this->seckill; } public function setSeckill(int $seckill): ProductEntity { $this->seckill = $seckill; return $this; } public function getIsHide(): int { return $this->isHide; } public function setIsHide(int $isHide): ProductEntity { $this->isHide = $isHide; return $this; } /** * @return mixed */ public function getSpuId() { return $this->spuId; } /** * @param mixed $spuId * @return ProductEntity */ public function setSpuId($spuId) { $this->spuId = $spuId; return $this; } /** * @return mixed */ public function getCostPrice() { return $this->costPrice; } /** * @param mixed $costPrice * @return ProductEntity */ public function setCostPrice($costPrice) { $this->costPrice = $costPrice; return $this; } /** * @return mixed */ public function getGongSkuId() { return $this->gongSkuId; } /** * @param mixed $gongSkuId * @return ProductEntity */ public function setGongSkuId($gongSkuId) { $this->gongSkuId = $gongSkuId; return $this; } /** * @return mixed */ public function getPlateMerProfit() { return $this->plateMerProfit; } /** * @param mixed $plateMerProfit * @return ProductEntity */ public function setPlateMerProfit($plateMerProfit) { $this->plateMerProfit = $plateMerProfit; return $this; } /** * @return mixed */ public function getYanglaojinScale() { return $this->yanglaojinScale; } /** * @param mixed $yanglaojinScale * @return ProductEntity */ public function setYanglaojinScale($yanglaojinScale) { $this->yanglaojinScale = $yanglaojinScale; return $this; } public function getPensionIs(): int { return $this->pensionIs; } public function setPensionIs(int $pensionIs): ProductEntity { $this->pensionIs = $pensionIs; return $this; } public function getShareIs(): int { return $this->shareIs; } public function setShareIs(int $shareIs): ProductEntity { $this->shareIs = $shareIs; return $this; } public function getConcessionPri(): float { return $this->concessionPri; } public function setConcessionPri(float $concessionPri): ProductEntity { $this->concessionPri = $concessionPri; return $this; } /** * @return mixed */ public function getArgument() { return $this->argument; } /** * @param mixed $argument * @return ProductEntity */ public function setArgument($argument) { $this->argument = $argument; return $this; } public function getIsStatus(): int { return $this->isStatus; } public function setIsStatus(int $isStatus): ProductEntity { $this->isStatus = $isStatus; return $this; } }