...
|
...
|
@@ -13,452 +13,452 @@ import com.alibaba.fastjson.JSONArray; |
|
|
|
|
|
public class ProductIndexBO extends ProductIBO implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
// from product_price
|
|
|
private BigDecimal specialPrice;
|
|
|
private BigDecimal marketPrice;
|
|
|
private Integer vipDiscountType;
|
|
|
private BigDecimal vipPrice;
|
|
|
private BigDecimal vip1Price;
|
|
|
private BigDecimal vip2Price;
|
|
|
private BigDecimal vip3Price;
|
|
|
private BigDecimal salesPrice;
|
|
|
private BigDecimal studentPrice;
|
|
|
private String isStudentPrice;
|
|
|
private Long promotionDiscountInt;
|
|
|
private BigDecimal promotionDiscount;
|
|
|
private String specialoffer;
|
|
|
private String isDiscount;
|
|
|
|
|
|
// from product_keywords
|
|
|
private String productKeyword;
|
|
|
|
|
|
// from product_colors
|
|
|
private String colorIds;
|
|
|
private String colorNames;
|
|
|
|
|
|
// from product_standards
|
|
|
private String standardIds;
|
|
|
private String standardNames;
|
|
|
private String standardOnlyNames;
|
|
|
|
|
|
// from product_sizes
|
|
|
// private BigDecimal salesNum;
|
|
|
private BigDecimal storageNum;
|
|
|
private String isSoonSoldOut;
|
|
|
private String isSoldOut;
|
|
|
private Integer soldOut;
|
|
|
private String sizeIds;
|
|
|
private String sizeNames;
|
|
|
|
|
|
// from product_price
|
|
|
private BigDecimal specialPrice;
|
|
|
private BigDecimal marketPrice;
|
|
|
private Integer vipDiscountType;
|
|
|
private BigDecimal vipPrice;
|
|
|
private BigDecimal vip1Price;
|
|
|
private BigDecimal vip2Price;
|
|
|
private BigDecimal vip3Price;
|
|
|
private BigDecimal salesPrice;
|
|
|
private BigDecimal studentPrice;
|
|
|
private String isStudentPrice;
|
|
|
private Long promotionDiscountInt;
|
|
|
private BigDecimal promotionDiscount;
|
|
|
private String specialoffer;
|
|
|
private String isDiscount;
|
|
|
// from product_15day_salesnum
|
|
|
private Integer salesNum;
|
|
|
|
|
|
// from product_styles
|
|
|
private String styleIds;
|
|
|
|
|
|
// from product_goods
|
|
|
private String goodsList;
|
|
|
|
|
|
// from product_default_image
|
|
|
private String defaultImages;
|
|
|
|
|
|
// from product_keywords
|
|
|
private String productKeyword;
|
|
|
// from product_activities
|
|
|
private String activities;
|
|
|
|
|
|
// from product_search
|
|
|
private Long sortWeight;
|
|
|
private Long brandWeight;
|
|
|
private Long shopWeight;
|
|
|
|
|
|
// from product_colors
|
|
|
private String colorIds;
|
|
|
private String colorNames;
|
|
|
// from product_activities_link
|
|
|
private String yohoodId;
|
|
|
|
|
|
// from base_pin_ratio
|
|
|
private double basePinRatio;
|
|
|
|
|
|
// from broken_code
|
|
|
private double breakingRate;
|
|
|
|
|
|
// from discount_product_skn
|
|
|
private double discountScore;
|
|
|
private String poolId;
|
|
|
|
|
|
private String isStudentRebate;
|
|
|
|
|
|
// form storage
|
|
|
private Integer storageUpdateTime;
|
|
|
|
|
|
// from tbl_product
|
|
|
private Integer tblCountryId;
|
|
|
private String tblCountryName;
|
|
|
|
|
|
private String productFeatureFactor;
|
|
|
|
|
|
// from product_standards
|
|
|
private String standardIds;
|
|
|
private String standardNames;
|
|
|
private String standardOnlyNames;
|
|
|
// from product_pool_detail
|
|
|
private JSONArray pools;
|
|
|
|
|
|
// get
|
|
|
public BigDecimal getSpecialPrice() {
|
|
|
return specialPrice;
|
|
|
}
|
|
|
|
|
|
// from product_sizes
|
|
|
//private BigDecimal salesNum;
|
|
|
private BigDecimal storageNum;
|
|
|
private String isSoonSoldOut;
|
|
|
private String isSoldOut;
|
|
|
private Integer soldOut;
|
|
|
private String sizeIds;
|
|
|
private String sizeNames;
|
|
|
public BigDecimal getMarketPrice() {
|
|
|
return marketPrice;
|
|
|
}
|
|
|
|
|
|
//from product_15day_salesnum
|
|
|
private Integer salesNum;
|
|
|
public Integer getVipDiscountType() {
|
|
|
return vipDiscountType;
|
|
|
}
|
|
|
|
|
|
// from product_styles
|
|
|
private String styleIds;
|
|
|
public BigDecimal getVipPrice() {
|
|
|
return vipPrice;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getVip1Price() {
|
|
|
return vip1Price;
|
|
|
}
|
|
|
|
|
|
// from product_goods
|
|
|
private String goodsList;
|
|
|
public BigDecimal getVip2Price() {
|
|
|
return vip2Price;
|
|
|
}
|
|
|
|
|
|
// from product_default_image
|
|
|
private String defaultImages;
|
|
|
public BigDecimal getVip3Price() {
|
|
|
return vip3Price;
|
|
|
}
|
|
|
|
|
|
// from product_activities
|
|
|
private String activities;
|
|
|
public BigDecimal getSalesPrice() {
|
|
|
return salesPrice;
|
|
|
}
|
|
|
|
|
|
// from product_search
|
|
|
private Long sortWeight;
|
|
|
private Long brandWeight;
|
|
|
private Long shopWeight;
|
|
|
public Long getPromotionDiscountInt() {
|
|
|
return promotionDiscountInt;
|
|
|
}
|
|
|
|
|
|
// from product_activities_link
|
|
|
private String yohoodId;
|
|
|
public BigDecimal getPromotionDiscount() {
|
|
|
return promotionDiscount;
|
|
|
}
|
|
|
|
|
|
// from base_pin_ratio
|
|
|
private double basePinRatio;
|
|
|
public String getSpecialoffer() {
|
|
|
return specialoffer;
|
|
|
}
|
|
|
|
|
|
// from broken_code
|
|
|
private double breakingRate;
|
|
|
public String getIsDiscount() {
|
|
|
return isDiscount;
|
|
|
}
|
|
|
|
|
|
// from discount_product_skn
|
|
|
private double discountScore;
|
|
|
private String poolId;
|
|
|
public String getProductKeyword() {
|
|
|
return productKeyword;
|
|
|
}
|
|
|
|
|
|
private String isStudentRebate;
|
|
|
public String getColorIds() {
|
|
|
return colorIds;
|
|
|
}
|
|
|
|
|
|
//form storage
|
|
|
private Integer storageUpdateTime;
|
|
|
public String getColorNames() {
|
|
|
return colorNames;
|
|
|
}
|
|
|
|
|
|
//from tbl_product
|
|
|
private Integer tblCountryId;
|
|
|
private String tblCountryName;
|
|
|
public String getStandardIds() {
|
|
|
return standardIds;
|
|
|
}
|
|
|
|
|
|
public String getStandardNames() {
|
|
|
return standardNames;
|
|
|
}
|
|
|
|
|
|
private String productFeatureFactor;
|
|
|
public String getStandardOnlyNames() {
|
|
|
return standardOnlyNames;
|
|
|
}
|
|
|
|
|
|
//
|
|
|
private JSONArray pools;
|
|
|
public Integer getSalesNum() {
|
|
|
return salesNum;
|
|
|
}
|
|
|
|
|
|
// get
|
|
|
public BigDecimal getSpecialPrice() {
|
|
|
return specialPrice;
|
|
|
}
|
|
|
public BigDecimal getStorageNum() {
|
|
|
return storageNum;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getMarketPrice() {
|
|
|
return marketPrice;
|
|
|
}
|
|
|
public String getIsSoonSoldOut() {
|
|
|
return isSoonSoldOut;
|
|
|
}
|
|
|
|
|
|
public Integer getVipDiscountType() {
|
|
|
return vipDiscountType;
|
|
|
}
|
|
|
public String getIsSoldOut() {
|
|
|
return isSoldOut;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getVipPrice() {
|
|
|
return vipPrice;
|
|
|
}
|
|
|
public Integer getSoldOut() {
|
|
|
return soldOut;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getVip1Price() {
|
|
|
return vip1Price;
|
|
|
}
|
|
|
public String getSizeIds() {
|
|
|
return sizeIds;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getVip2Price() {
|
|
|
return vip2Price;
|
|
|
}
|
|
|
public String getStyleIds() {
|
|
|
return styleIds;
|
|
|
}
|
|
|
|
|
|
public String getGoodsList() {
|
|
|
return goodsList;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getVip3Price() {
|
|
|
return vip3Price;
|
|
|
}
|
|
|
public String getDefaultImages() {
|
|
|
return defaultImages;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getSalesPrice() {
|
|
|
return salesPrice;
|
|
|
}
|
|
|
public String getActivities() {
|
|
|
return activities;
|
|
|
}
|
|
|
|
|
|
public Long getPromotionDiscountInt() {
|
|
|
return promotionDiscountInt;
|
|
|
}
|
|
|
public Long getSortWeight() {
|
|
|
return sortWeight;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getPromotionDiscount() {
|
|
|
return promotionDiscount;
|
|
|
}
|
|
|
public Long getBrandWeight() {
|
|
|
return brandWeight;
|
|
|
}
|
|
|
|
|
|
public String getSpecialoffer() {
|
|
|
return specialoffer;
|
|
|
}
|
|
|
public String getYohoodId() {
|
|
|
return yohoodId;
|
|
|
}
|
|
|
|
|
|
public String getIsDiscount() {
|
|
|
return isDiscount;
|
|
|
}
|
|
|
public double getBasePinRatio() {
|
|
|
return basePinRatio;
|
|
|
}
|
|
|
|
|
|
public String getProductKeyword() {
|
|
|
return productKeyword;
|
|
|
}
|
|
|
public double getBreakingRate() {
|
|
|
return breakingRate;
|
|
|
}
|
|
|
|
|
|
public String getColorIds() {
|
|
|
return colorIds;
|
|
|
}
|
|
|
public double getDiscountScore() {
|
|
|
return discountScore;
|
|
|
}
|
|
|
|
|
|
public String getColorNames() {
|
|
|
return colorNames;
|
|
|
}
|
|
|
public String getPoolId() {
|
|
|
return poolId;
|
|
|
}
|
|
|
|
|
|
public String getStandardIds() {
|
|
|
return standardIds;
|
|
|
}
|
|
|
// set
|
|
|
public void setSpecialPrice(BigDecimal specialPrice) {
|
|
|
this.specialPrice = specialPrice;
|
|
|
}
|
|
|
|
|
|
public String getStandardNames() {
|
|
|
return standardNames;
|
|
|
}
|
|
|
public void setMarketPrice(BigDecimal marketPrice) {
|
|
|
this.marketPrice = marketPrice;
|
|
|
}
|
|
|
|
|
|
public String getStandardOnlyNames() {
|
|
|
return standardOnlyNames;
|
|
|
}
|
|
|
public void setVipDiscountType(Integer vipDiscountType) {
|
|
|
this.vipDiscountType = vipDiscountType;
|
|
|
}
|
|
|
|
|
|
public Integer getSalesNum() {
|
|
|
return salesNum;
|
|
|
}
|
|
|
public void setVipPrice(BigDecimal vipPrice) {
|
|
|
this.vipPrice = vipPrice;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getStorageNum() {
|
|
|
return storageNum;
|
|
|
}
|
|
|
public void setVip1Price(BigDecimal vip1Price) {
|
|
|
this.vip1Price = vip1Price;
|
|
|
}
|
|
|
|
|
|
public String getIsSoonSoldOut() {
|
|
|
return isSoonSoldOut;
|
|
|
}
|
|
|
public void setVip2Price(BigDecimal vip2Price) {
|
|
|
this.vip2Price = vip2Price;
|
|
|
}
|
|
|
|
|
|
public String getIsSoldOut() {
|
|
|
return isSoldOut;
|
|
|
}
|
|
|
public void setVip3Price(BigDecimal vip3Price) {
|
|
|
this.vip3Price = vip3Price;
|
|
|
}
|
|
|
|
|
|
public Integer getSoldOut() {
|
|
|
return soldOut;
|
|
|
}
|
|
|
public void setSalesPrice(BigDecimal salesPrice) {
|
|
|
this.salesPrice = salesPrice;
|
|
|
}
|
|
|
|
|
|
public String getSizeIds() {
|
|
|
return sizeIds;
|
|
|
}
|
|
|
public void setPromotionDiscountInt(Long promotionDiscountInt) {
|
|
|
this.promotionDiscountInt = promotionDiscountInt;
|
|
|
}
|
|
|
|
|
|
public String getStyleIds() {
|
|
|
return styleIds;
|
|
|
}
|
|
|
|
|
|
public String getGoodsList() {
|
|
|
return goodsList;
|
|
|
}
|
|
|
public void setPromotionDiscount(BigDecimal promotionDiscount) {
|
|
|
this.promotionDiscount = promotionDiscount;
|
|
|
}
|
|
|
|
|
|
public String getDefaultImages() {
|
|
|
return defaultImages;
|
|
|
}
|
|
|
public void setSpecialoffer(String specialoffer) {
|
|
|
this.specialoffer = specialoffer;
|
|
|
}
|
|
|
|
|
|
public String getActivities() {
|
|
|
return activities;
|
|
|
}
|
|
|
public void setIsDiscount(String isDiscount) {
|
|
|
this.isDiscount = isDiscount;
|
|
|
}
|
|
|
|
|
|
public Long getSortWeight() {
|
|
|
return sortWeight;
|
|
|
}
|
|
|
public void setProductKeyword(String productKeyword) {
|
|
|
this.productKeyword = productKeyword;
|
|
|
}
|
|
|
|
|
|
public Long getBrandWeight() {
|
|
|
return brandWeight;
|
|
|
}
|
|
|
public void setColorIds(String colorIds) {
|
|
|
this.colorIds = colorIds == null ? null : colorIds.trim();
|
|
|
}
|
|
|
|
|
|
public String getYohoodId() {
|
|
|
return yohoodId;
|
|
|
}
|
|
|
public void setColorNames(String colorNames) {
|
|
|
this.colorNames = colorNames == null ? null : colorNames.trim();
|
|
|
}
|
|
|
|
|
|
public double getBasePinRatio() {
|
|
|
return basePinRatio;
|
|
|
}
|
|
|
public void setStandardIds(String standardIds) {
|
|
|
this.standardIds = standardIds == null ? null : standardIds.trim();
|
|
|
}
|
|
|
|
|
|
public double getBreakingRate() {
|
|
|
return breakingRate;
|
|
|
}
|
|
|
public void setStandardNames(String standardNames) {
|
|
|
this.standardNames = standardNames == null ? null : standardNames.trim();
|
|
|
}
|
|
|
|
|
|
public double getDiscountScore() {
|
|
|
return discountScore;
|
|
|
}
|
|
|
public void setStandardOnlyNames(String standardOnlyNames) {
|
|
|
this.standardOnlyNames = standardOnlyNames == null ? null : standardOnlyNames.trim();
|
|
|
}
|
|
|
|
|
|
public String getPoolId() {
|
|
|
return poolId;
|
|
|
}
|
|
|
public void setSalesNum(Integer salesNum) {
|
|
|
this.salesNum = salesNum;
|
|
|
}
|
|
|
|
|
|
// set
|
|
|
public void setSpecialPrice(BigDecimal specialPrice) {
|
|
|
this.specialPrice = specialPrice;
|
|
|
}
|
|
|
public void setStorageNum(BigDecimal storageNum) {
|
|
|
this.storageNum = storageNum;
|
|
|
}
|
|
|
|
|
|
public void setMarketPrice(BigDecimal marketPrice) {
|
|
|
this.marketPrice = marketPrice;
|
|
|
}
|
|
|
public void setIsSoonSoldOut(String isSoonSoldOut) {
|
|
|
this.isSoonSoldOut = isSoonSoldOut;
|
|
|
}
|
|
|
|
|
|
public void setVipDiscountType(Integer vipDiscountType) {
|
|
|
this.vipDiscountType = vipDiscountType;
|
|
|
}
|
|
|
public void setIsSoldOut(String isSoldOut) {
|
|
|
this.isSoldOut = isSoldOut;
|
|
|
}
|
|
|
|
|
|
public void setVipPrice(BigDecimal vipPrice) {
|
|
|
this.vipPrice = vipPrice;
|
|
|
}
|
|
|
public void setSoldOut(Integer soldOut) {
|
|
|
this.soldOut = soldOut;
|
|
|
}
|
|
|
|
|
|
public void setVip1Price(BigDecimal vip1Price) {
|
|
|
this.vip1Price = vip1Price;
|
|
|
}
|
|
|
public void setSizeIds(String sizeIds) {
|
|
|
this.sizeIds = sizeIds == null ? null : sizeIds.trim();
|
|
|
}
|
|
|
|
|
|
public void setVip2Price(BigDecimal vip2Price) {
|
|
|
this.vip2Price = vip2Price;
|
|
|
}
|
|
|
public void setStyleIds(String styleIds) {
|
|
|
this.styleIds = styleIds == null ? null : styleIds.trim();
|
|
|
}
|
|
|
|
|
|
public void setVip3Price(BigDecimal vip3Price) {
|
|
|
this.vip3Price = vip3Price;
|
|
|
}
|
|
|
public void setGoodsList(String goodsList) {
|
|
|
this.goodsList = goodsList == null ? null : goodsList.trim();
|
|
|
}
|
|
|
|
|
|
public void setSalesPrice(BigDecimal salesPrice) {
|
|
|
this.salesPrice = salesPrice;
|
|
|
}
|
|
|
public void setDefaultImages(String defaultImages) {
|
|
|
this.defaultImages = defaultImages == null ? null : defaultImages.trim();
|
|
|
}
|
|
|
|
|
|
public void setPromotionDiscountInt(Long promotionDiscountInt) {
|
|
|
this.promotionDiscountInt = promotionDiscountInt;
|
|
|
}
|
|
|
public void setActivities(String activities) {
|
|
|
this.activities = activities;
|
|
|
}
|
|
|
|
|
|
public void setPromotionDiscount(BigDecimal promotionDiscount) {
|
|
|
this.promotionDiscount = promotionDiscount;
|
|
|
}
|
|
|
public void setSortWeight(Long sortWeight) {
|
|
|
this.sortWeight = sortWeight;
|
|
|
}
|
|
|
|
|
|
public void setSpecialoffer(String specialoffer) {
|
|
|
this.specialoffer = specialoffer;
|
|
|
}
|
|
|
public void setBrandWeight(Long brandWeight) {
|
|
|
this.brandWeight = brandWeight;
|
|
|
}
|
|
|
|
|
|
public void setIsDiscount(String isDiscount) {
|
|
|
this.isDiscount = isDiscount;
|
|
|
}
|
|
|
public void setYohoodId(String yohoodId) {
|
|
|
this.yohoodId = yohoodId;
|
|
|
}
|
|
|
|
|
|
public void setProductKeyword(String productKeyword) {
|
|
|
this.productKeyword = productKeyword;
|
|
|
}
|
|
|
public void setBasePinRatio(double basePinRatio) {
|
|
|
this.basePinRatio = basePinRatio;
|
|
|
}
|
|
|
|
|
|
public void setColorIds(String colorIds) {
|
|
|
this.colorIds = colorIds == null ? null : colorIds.trim();
|
|
|
}
|
|
|
public void setBreakingRate(double breakingRate) {
|
|
|
this.breakingRate = breakingRate;
|
|
|
}
|
|
|
|
|
|
public void setColorNames(String colorNames) {
|
|
|
this.colorNames = colorNames == null ? null : colorNames.trim();
|
|
|
}
|
|
|
public void setDiscountScore(double discountScore) {
|
|
|
this.discountScore = discountScore;
|
|
|
}
|
|
|
|
|
|
public void setStandardIds(String standardIds) {
|
|
|
this.standardIds = standardIds == null ? null : standardIds.trim();
|
|
|
}
|
|
|
public void setPoolId(String poolId) {
|
|
|
this.poolId = poolId;
|
|
|
}
|
|
|
|
|
|
public void setStandardNames(String standardNames) {
|
|
|
this.standardNames = standardNames == null ? null : standardNames.trim();
|
|
|
}
|
|
|
public BigDecimal getStudentPrice() {
|
|
|
return studentPrice;
|
|
|
}
|
|
|
|
|
|
public void setStandardOnlyNames(String standardOnlyNames) {
|
|
|
this.standardOnlyNames = standardOnlyNames == null ? null : standardOnlyNames.trim();
|
|
|
}
|
|
|
public void setStudentPrice(BigDecimal studentPrice) {
|
|
|
this.studentPrice = studentPrice;
|
|
|
}
|
|
|
|
|
|
public void setSalesNum(Integer salesNum) {
|
|
|
this.salesNum = salesNum;
|
|
|
}
|
|
|
public String getSizeNames() {
|
|
|
return sizeNames;
|
|
|
}
|
|
|
|
|
|
public void setStorageNum(BigDecimal storageNum) {
|
|
|
this.storageNum = storageNum;
|
|
|
}
|
|
|
public String getIsStudentPrice() {
|
|
|
return isStudentPrice;
|
|
|
}
|
|
|
|
|
|
public void setIsSoonSoldOut(String isSoonSoldOut) {
|
|
|
this.isSoonSoldOut = isSoonSoldOut;
|
|
|
}
|
|
|
public void setSizeNames(String sizeNames) {
|
|
|
this.sizeNames = sizeNames;
|
|
|
}
|
|
|
|
|
|
public void setIsSoldOut(String isSoldOut) {
|
|
|
this.isSoldOut = isSoldOut;
|
|
|
}
|
|
|
public void setIsStudentPrice(String isStudentPrice) {
|
|
|
this.isStudentPrice = isStudentPrice;
|
|
|
}
|
|
|
|
|
|
public void setSoldOut(Integer soldOut) {
|
|
|
this.soldOut = soldOut;
|
|
|
}
|
|
|
public Long getShopWeight() {
|
|
|
return shopWeight;
|
|
|
}
|
|
|
|
|
|
public void setSizeIds(String sizeIds) {
|
|
|
this.sizeIds = sizeIds == null ? null : sizeIds.trim();
|
|
|
}
|
|
|
|
|
|
public void setStyleIds(String styleIds) {
|
|
|
this.styleIds = styleIds == null ? null : styleIds.trim();
|
|
|
}
|
|
|
|
|
|
public void setGoodsList(String goodsList) {
|
|
|
this.goodsList = goodsList == null ? null : goodsList.trim();
|
|
|
}
|
|
|
public void setShopWeight(Long shopWeight) {
|
|
|
this.shopWeight = shopWeight;
|
|
|
}
|
|
|
|
|
|
public void setDefaultImages(String defaultImages) {
|
|
|
this.defaultImages = defaultImages == null ? null : defaultImages.trim();
|
|
|
}
|
|
|
public String getIsStudentRebate() {
|
|
|
return isStudentRebate;
|
|
|
}
|
|
|
|
|
|
public void setActivities(String activities) {
|
|
|
this.activities = activities;
|
|
|
}
|
|
|
public void setIsStudentRebate(String isStudentRebate) {
|
|
|
this.isStudentRebate = isStudentRebate;
|
|
|
}
|
|
|
|
|
|
public void setSortWeight(Long sortWeight) {
|
|
|
this.sortWeight = sortWeight;
|
|
|
}
|
|
|
public Integer getStorageUpdateTime() {
|
|
|
return storageUpdateTime;
|
|
|
}
|
|
|
|
|
|
public void setStorageUpdateTime(Integer storageUpdateTime) {
|
|
|
this.storageUpdateTime = storageUpdateTime;
|
|
|
}
|
|
|
|
|
|
public String getProductFeatureFactor() {
|
|
|
return productFeatureFactor;
|
|
|
}
|
|
|
|
|
|
public void setProductFeatureFactor(String productFeatureFactor) {
|
|
|
this.productFeatureFactor = productFeatureFactor;
|
|
|
}
|
|
|
|
|
|
public Integer getTblCountryId() {
|
|
|
return tblCountryId;
|
|
|
}
|
|
|
|
|
|
public void setTblCountryId(Integer tblCountryId) {
|
|
|
this.tblCountryId = tblCountryId;
|
|
|
}
|
|
|
|
|
|
public String getTblCountryName() {
|
|
|
return tblCountryName;
|
|
|
}
|
|
|
|
|
|
public void setTblCountryName(String tblCountryName) {
|
|
|
this.tblCountryName = tblCountryName;
|
|
|
}
|
|
|
|
|
|
public JSONArray getPools() {
|
|
|
return pools;
|
|
|
}
|
|
|
|
|
|
public void setPools(JSONArray pools) {
|
|
|
this.pools = pools;
|
|
|
}
|
|
|
|
|
|
public void setBrandWeight(Long brandWeight) {
|
|
|
this.brandWeight = brandWeight;
|
|
|
}
|
|
|
|
|
|
public void setYohoodId(String yohoodId) {
|
|
|
this.yohoodId = yohoodId;
|
|
|
}
|
|
|
|
|
|
public void setBasePinRatio(double basePinRatio) {
|
|
|
this.basePinRatio = basePinRatio;
|
|
|
}
|
|
|
|
|
|
public void setBreakingRate(double breakingRate) {
|
|
|
this.breakingRate = breakingRate;
|
|
|
}
|
|
|
|
|
|
public void setDiscountScore(double discountScore) {
|
|
|
this.discountScore = discountScore;
|
|
|
}
|
|
|
|
|
|
public void setPoolId(String poolId) {
|
|
|
this.poolId = poolId;
|
|
|
}
|
|
|
|
|
|
public BigDecimal getStudentPrice() {
|
|
|
return studentPrice;
|
|
|
}
|
|
|
|
|
|
public void setStudentPrice(BigDecimal studentPrice) {
|
|
|
this.studentPrice = studentPrice;
|
|
|
}
|
|
|
|
|
|
public String getSizeNames() {
|
|
|
return sizeNames;
|
|
|
}
|
|
|
|
|
|
public String getIsStudentPrice() {
|
|
|
return isStudentPrice;
|
|
|
}
|
|
|
|
|
|
public void setSizeNames(String sizeNames) {
|
|
|
this.sizeNames = sizeNames;
|
|
|
}
|
|
|
|
|
|
public void setIsStudentPrice(String isStudentPrice) {
|
|
|
this.isStudentPrice = isStudentPrice;
|
|
|
}
|
|
|
|
|
|
public Long getShopWeight() {
|
|
|
return shopWeight;
|
|
|
}
|
|
|
|
|
|
public void setShopWeight(Long shopWeight) {
|
|
|
this.shopWeight = shopWeight;
|
|
|
}
|
|
|
|
|
|
public String getIsStudentRebate() {
|
|
|
return isStudentRebate;
|
|
|
}
|
|
|
|
|
|
public void setIsStudentRebate(String isStudentRebate) {
|
|
|
this.isStudentRebate = isStudentRebate;
|
|
|
}
|
|
|
|
|
|
public Integer getStorageUpdateTime() {
|
|
|
return storageUpdateTime;
|
|
|
}
|
|
|
|
|
|
public void setStorageUpdateTime(Integer storageUpdateTime) {
|
|
|
this.storageUpdateTime = storageUpdateTime;
|
|
|
}
|
|
|
|
|
|
public String getProductFeatureFactor() {
|
|
|
return productFeatureFactor;
|
|
|
}
|
|
|
|
|
|
public void setProductFeatureFactor(String productFeatureFactor) {
|
|
|
this.productFeatureFactor = productFeatureFactor;
|
|
|
}
|
|
|
|
|
|
public Integer getTblCountryId() {
|
|
|
return tblCountryId;
|
|
|
}
|
|
|
|
|
|
public void setTblCountryId(Integer tblCountryId) {
|
|
|
this.tblCountryId = tblCountryId;
|
|
|
}
|
|
|
|
|
|
public String getTblCountryName() {
|
|
|
return tblCountryName;
|
|
|
}
|
|
|
|
|
|
public void setTblCountryName(String tblCountryName) {
|
|
|
this.tblCountryName = tblCountryName;
|
|
|
}
|
|
|
|
|
|
public JSONArray getPools() {
|
|
|
return pools;
|
|
|
}
|
|
|
|
|
|
public void setPools(JSONArray pools) {
|
|
|
this.pools = pools;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|