| Line 36... |
Line 36... |
| 36 |
private Long expectedArrivalDate;
|
36 |
private Long expectedArrivalDate;
|
| 37 |
private String itemStatus;
|
37 |
private String itemStatus;
|
| 38 |
private String itemStatusDesc;
|
38 |
private String itemStatusDesc;
|
| 39 |
private Integer itemStatusValue;
|
39 |
private Integer itemStatusValue;
|
| 40 |
private String bestDealsText;
|
40 |
private String bestDealsText;
|
| - |
|
41 |
private String bestDealsDetailsText;
|
| - |
|
42 |
private String bestDealsDetailsLink;
|
| 41 |
private Double bestDealsValue;
|
43 |
private Double bestDealsValue;
|
| 42 |
private Long bestSellingRank;
|
44 |
private Long bestSellingRank;
|
| 43 |
private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, clearance, showSellingPrice;
|
45 |
private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, clearance, showSellingPrice;
|
| 44 |
public boolean isShowSellingPrice() {
|
46 |
public boolean isShowSellingPrice() {
|
| 45 |
return showSellingPrice;
|
47 |
return showSellingPrice;
|
| Line 77... |
Line 79... |
| 77 |
Double mrp,
|
79 |
Double mrp,
|
| 78 |
Double sellingPrice,
|
80 |
Double sellingPrice,
|
| 79 |
Double weight,
|
81 |
Double weight,
|
| 80 |
Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
|
82 |
Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
|
| 81 |
String itemStatus, Integer itemStatusValue, String itemStatusDesc,
|
83 |
String itemStatus, Integer itemStatusValue, String itemStatusDesc,
|
| 82 |
String bestDealsText, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
|
84 |
String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
|
| 83 |
Integer expectedDelay,
|
85 |
Integer expectedDelay,
|
| 84 |
boolean warehouseStickiness, boolean hasItemNo, boolean itemType, boolean clearance, boolean showSellingPrice,
|
86 |
boolean warehouseStickiness, boolean hasItemNo, boolean itemType, boolean clearance, boolean showSellingPrice,
|
| 85 |
Long prefferedVendor,
|
87 |
Long prefferedVendor,
|
| 86 |
Map<Long, ItemInventory> itemInventory,
|
88 |
Map<Long, ItemInventory> itemInventory,
|
| 87 |
Map<Long,VendorPricings> vendorPricesMap,
|
89 |
Map<Long,VendorPricings> vendorPricesMap,
|
| Line 111... |
Line 113... |
| 111 |
this.updatedOn = updatedOn;
|
113 |
this.updatedOn = updatedOn;
|
| 112 |
this.itemStatus = itemStatus;
|
114 |
this.itemStatus = itemStatus;
|
| 113 |
this.itemStatusValue = itemStatusValue;
|
115 |
this.itemStatusValue = itemStatusValue;
|
| 114 |
this.itemStatusDesc = itemStatusDesc;
|
116 |
this.itemStatusDesc = itemStatusDesc;
|
| 115 |
this.bestDealsText = bestDealsText;
|
117 |
this.bestDealsText = bestDealsText;
|
| - |
|
118 |
this.bestDealsDetailsText = bestDealsDetailsText;
|
| - |
|
119 |
this.bestDealsDetailsLink = bestDealsDetailsLink;
|
| 116 |
this.bestDealsValue = bestDealsValue;
|
120 |
this.bestDealsValue = bestDealsValue;
|
| 117 |
this.bestSellingRank = bestSellingRank;
|
121 |
this.bestSellingRank = bestSellingRank;
|
| 118 |
this.defaultForEntity = defaultForEntity;
|
122 |
this.defaultForEntity = defaultForEntity;
|
| 119 |
this.risky = risky;
|
123 |
this.risky = risky;
|
| 120 |
this.expectedDelay = expectedDelay;
|
124 |
this.expectedDelay = expectedDelay;
|
| Line 470... |
Line 474... |
| 470 |
|
474 |
|
| 471 |
public Map<String, VoucherItemMapping> getVouchersMap() {
|
475 |
public Map<String, VoucherItemMapping> getVouchersMap() {
|
| 472 |
return vouchersMap;
|
476 |
return vouchersMap;
|
| 473 |
}
|
477 |
}
|
| 474 |
|
478 |
|
| - |
|
479 |
public void setBestDealsDetailsText(String bestDealsDetailsText) {
|
| - |
|
480 |
this.bestDealsDetailsText = bestDealsDetailsText;
|
| - |
|
481 |
}
|
| - |
|
482 |
|
| - |
|
483 |
public String getBestDealsDetailsText() {
|
| - |
|
484 |
return bestDealsDetailsText;
|
| - |
|
485 |
}
|
| - |
|
486 |
|
| - |
|
487 |
public void setBestDealsDetailsLink(String bestDealsDetailsLink) {
|
| - |
|
488 |
this.bestDealsDetailsLink = bestDealsDetailsLink;
|
| - |
|
489 |
}
|
| - |
|
490 |
|
| - |
|
491 |
public String getBestDealsDetailsLink() {
|
| - |
|
492 |
return bestDealsDetailsLink;
|
| - |
|
493 |
}
|
| - |
|
494 |
|
| 475 |
}
|
495 |
}
|