productId; } public function setProductId(int $productId): ProductAttrValueEntity { $this->productId = $productId; return $this; } public function getDetail(): string { return $this->detail; } public function setDetail(string $detail): ProductAttrValueEntity { $this->detail = $detail; return $this; } public function getSku(): string { return $this->sku; } public function setSku(string $sku): ProductAttrValueEntity { $this->sku = $sku; return $this; } public function getStock(): int { return $this->stock; } public function setStock(int $stock): ProductAttrValueEntity { $this->stock = $stock; return $this; } public function getSales(): int { return $this->sales; } public function setSales(int $sales): ProductAttrValueEntity { $this->sales = $sales; return $this; } /** * @return null */ public function getImage() { return $this->image; } /** * @param null $image * @return ProductAttrValueEntity */ public function setImage($image) { $this->image = $image; return $this; } public function getBarCode(): string { return $this->barCode; } public function setBarCode(string $barCode): ProductAttrValueEntity { $this->barCode = $barCode; return $this; } public function getCost(): float { return $this->cost; } public function setCost(float $cost): ProductAttrValueEntity { $this->cost = $cost; return $this; } public function getOtPrice(): float { return $this->otPrice; } public function setOtPrice(float $otPrice): ProductAttrValueEntity { $this->otPrice = $otPrice; return $this; } public function getPrice(): float { return $this->price; } public function setPrice(float $price): ProductAttrValueEntity { $this->price = $price; return $this; } public function getVolume(): float { return $this->volume; } public function setVolume(float $volume): ProductAttrValueEntity { $this->volume = $volume; return $this; } public function getWeight(): float { return $this->weight; } public function setWeight(float $weight): ProductAttrValueEntity { $this->weight = $weight; return $this; } public function getType(): int { return $this->type; } public function setType(int $type): ProductAttrValueEntity { $this->type = $type; return $this; } /** * @return null */ public function getExtensionOne() { return $this->extensionOne; } /** * @param null $extensionOne * @return ProductAttrValueEntity */ public function setExtensionOne($extensionOne) { $this->extensionOne = $extensionOne; return $this; } /** * @return null */ public function getExtensionTwo() { return $this->extensionTwo; } /** * @param null $extensionTwo * @return ProductAttrValueEntity */ public function setExtensionTwo($extensionTwo) { $this->extensionTwo = $extensionTwo; return $this; } public function getUnique(): string { return $this->unique; } public function setUnique(string $unique): ProductAttrValueEntity { $this->unique = $unique; return $this; } public function getDacangPrice(): float { return $this->dacangPrice; } public function setDacangPrice(float $dacangPrice): ProductAttrValueEntity { $this->dacangPrice = $dacangPrice; return $this; } /** * @return null */ public function getCostPrice() { return $this->costPrice; } /** * @param null $costPrice * @return ProductAttrValueEntity */ public function setCostPrice($costPrice) { $this->costPrice = $costPrice; return $this; } /** * @return null */ public function getGongSkuId() { return $this->gongSkuId; } /** * @param null $gongSkuId * @return ProductAttrValueEntity */ public function setGongSkuId($gongSkuId) { $this->gongSkuId = $gongSkuId; return $this; } /** * @return null */ public function getGongMerProfit() { return $this->gongMerProfit; } /** * @param null $gongMerProfit * @return ProductAttrValueEntity */ public function setGongMerProfit($gongMerProfit) { $this->gongMerProfit = $gongMerProfit; return $this; } /** * @return null */ public function getGongPension() { return $this->gongPension; } /** * @param null $gongPension * @return ProductAttrValueEntity */ public function setGongPension($gongPension) { $this->gongPension = $gongPension; return $this; } /** * @return null */ public function getGongMarketPrice() { return $this->gongMarketPrice; } /** * @param null $gongMarketPrice * @return ProductAttrValueEntity */ public function setGongMarketPrice($gongMarketPrice) { $this->gongMarketPrice = $gongMarketPrice; return $this; } /** * @return null */ public function getPlateMerProfit() { return $this->plateMerProfit; } /** * @param null $plateMerProfit * @return ProductAttrValueEntity */ public function setPlateMerProfit($plateMerProfit) { $this->plateMerProfit = $plateMerProfit; return $this; } public function getPensionNum(): string { return $this->pensionNum; } public function setPensionNum(string $pensionNum): ProductAttrValueEntity { $this->pensionNum = $pensionNum; return $this; } public function getShareNum(): string { return $this->shareNum; } public function setShareNum(string $shareNum): ProductAttrValueEntity { $this->shareNum = $shareNum; return $this; } public function getStockNum(): string { return $this->stockNum; } public function setStockNum(string $stockNum): ProductAttrValueEntity { $this->stockNum = $stockNum; return $this; } public function getSharesNum(): string { return $this->sharesNum; } public function setSharesNum(string $sharesNum): ProductAttrValueEntity { $this->sharesNum = $sharesNum; return $this; } }