| Line 46... |
Line 46... |
| 46 |
private Long bestSellingRank;
|
46 |
private Long bestSellingRank;
|
| 47 |
private Integer numOfDaysStock;
|
47 |
private Integer numOfDaysStock;
|
| 48 |
private Long minStockLevel;
|
48 |
private Long minStockLevel;
|
| 49 |
private Long freebieItemId;
|
49 |
private Long freebieItemId;
|
| 50 |
private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, showSellingPrice;
|
50 |
private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, showSellingPrice;
|
| - |
|
51 |
private String asin;
|
| - |
|
52 |
private Long holdInventory;
|
| - |
|
53 |
private Long defaultInventory;
|
| - |
|
54 |
|
| - |
|
55 |
public String getAsin() {
|
| - |
|
56 |
return asin;
|
| - |
|
57 |
}
|
| - |
|
58 |
|
| - |
|
59 |
public void setAsin(String asin) {
|
| - |
|
60 |
this.asin = asin;
|
| - |
|
61 |
}
|
| - |
|
62 |
|
| 51 |
public boolean isShowSellingPrice() {
|
63 |
public boolean isShowSellingPrice() {
|
| 52 |
return showSellingPrice;
|
64 |
return showSellingPrice;
|
| 53 |
}
|
65 |
}
|
| 54 |
|
66 |
|
| 55 |
public void setShowSellingPrice(boolean showSellingPrice) {
|
67 |
public void setShowSellingPrice(boolean showSellingPrice) {
|
| Line 87... |
Line 99... |
| 87 |
Double weight,
|
99 |
Double weight,
|
| 88 |
Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
|
100 |
Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
|
| 89 |
String itemStatus, Integer itemStatusValue, String itemStatusDesc,
|
101 |
String itemStatus, Integer itemStatusValue, String itemStatusDesc,
|
| 90 |
String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
|
102 |
String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
|
| 91 |
Integer expectedDelay,
|
103 |
Integer expectedDelay,
|
| 92 |
boolean warehouseStickiness, boolean hasItemNo, boolean itemType, boolean showSellingPrice,
|
104 |
boolean warehouseStickiness, boolean hasItemNo, boolean itemType,boolean showSellingPrice,
|
| 93 |
Long prefferedVendor,
|
105 |
Long prefferedVendor,
|
| 94 |
Long preferredInsurer,
|
106 |
Long preferredInsurer,
|
| 95 |
Map<Long, ItemInventory> itemInventory,
|
107 |
Map<Long, ItemInventory> itemInventory,
|
| 96 |
Map<Long,VendorPricings> vendorPricesMap,
|
108 |
Map<Long,VendorPricings> vendorPricesMap,
|
| 97 |
Map<String, VendorItemMapping> vendorKeysMap,
|
109 |
Map<String, VendorItemMapping> vendorKeysMap,
|
| 98 |
Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
|
110 |
Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
|
| 99 |
Integer numOfDaysStock, Long minStockLevel, Long freebieItemId) {
|
111 |
Integer numOfDaysStock, Long minStockLevel, Long freebieItemId,String asin) {
|
| 100 |
this();
|
112 |
this();
|
| 101 |
this.id = id;
|
113 |
this.id = id;
|
| 102 |
this.productGroup = productGroup;
|
114 |
this.productGroup = productGroup;
|
| 103 |
this.brand = brand;
|
115 |
this.brand = brand;
|
| 104 |
this.modelNumber = modelNumber;
|
116 |
this.modelNumber = modelNumber;
|
| Line 143... |
Line 155... |
| 143 |
this.similarItems = similarItems;
|
155 |
this.similarItems = similarItems;
|
| 144 |
this.vouchersMap = vouchersMap;
|
156 |
this.vouchersMap = vouchersMap;
|
| 145 |
this.numOfDaysStock = numOfDaysStock;
|
157 |
this.numOfDaysStock = numOfDaysStock;
|
| 146 |
this.minStockLevel = minStockLevel;
|
158 |
this.minStockLevel = minStockLevel;
|
| 147 |
this.freebieItemId = freebieItemId;
|
159 |
this.freebieItemId = freebieItemId;
|
| - |
|
160 |
this.asin = asin;
|
| - |
|
161 |
}
|
| - |
|
162 |
public Item(long id, String productGroup, String brand, String modelNumber, String modelName, String color,
|
| - |
|
163 |
String category, Long categoryId, String comments,
|
| - |
|
164 |
Long catalogItemId,
|
| - |
|
165 |
Long featureId,
|
| - |
|
166 |
String featureDescription,
|
| - |
|
167 |
Double mrp,
|
| - |
|
168 |
Double sellingPrice,
|
| - |
|
169 |
Double weight,
|
| - |
|
170 |
Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
|
| - |
|
171 |
String itemStatus, Integer itemStatusValue, String itemStatusDesc,
|
| - |
|
172 |
String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
|
| - |
|
173 |
Integer expectedDelay,
|
| - |
|
174 |
boolean warehouseStickiness, boolean hasItemNo, boolean itemType,boolean showSellingPrice,
|
| - |
|
175 |
Long prefferedVendor,
|
| - |
|
176 |
Long preferredInsurer,
|
| - |
|
177 |
Map<Long, ItemInventory> itemInventory,
|
| - |
|
178 |
Map<Long,VendorPricings> vendorPricesMap,
|
| - |
|
179 |
Map<String, VendorItemMapping> vendorKeysMap,
|
| - |
|
180 |
Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
|
| - |
|
181 |
Integer numOfDaysStock, Long minStockLevel, Long freebieItemId,String asin,Long holdInventory,Long defaultInventory) {
|
| - |
|
182 |
this();
|
| - |
|
183 |
this.id = id;
|
| - |
|
184 |
this.productGroup = productGroup;
|
| - |
|
185 |
this.brand = brand;
|
| - |
|
186 |
this.modelNumber = modelNumber;
|
| - |
|
187 |
this.modelName = modelName;
|
| - |
|
188 |
this.color = color;
|
| - |
|
189 |
this.contentCategory = category;
|
| - |
|
190 |
this.contentCategoryId = categoryId;
|
| - |
|
191 |
this.comments = comments;
|
| - |
|
192 |
this.catalogItemId = catalogItemId;
|
| - |
|
193 |
this.featureId = featureId;
|
| - |
|
194 |
this.featureDescription = featureDescription;
|
| - |
|
195 |
this.mrp = mrp;
|
| - |
|
196 |
this.sellingPrice = sellingPrice;
|
| - |
|
197 |
this.weight = weight;
|
| - |
|
198 |
this.addedOn = addedOn;
|
| - |
|
199 |
this.startDate = startDate;
|
| - |
|
200 |
this.comingSoonStartDate = comingSoonStartDate;
|
| - |
|
201 |
this.expectedArrivalDate = expectedArrivalDate;
|
| - |
|
202 |
this.retireDate = retireDate;
|
| - |
|
203 |
this.updatedOn = updatedOn;
|
| - |
|
204 |
this.itemStatus = itemStatus;
|
| - |
|
205 |
this.itemStatusValue = itemStatusValue;
|
| - |
|
206 |
this.itemStatusDesc = itemStatusDesc;
|
| - |
|
207 |
this.bestDealsText = bestDealsText;
|
| - |
|
208 |
this.bestDealsDetailsText = bestDealsDetailsText;
|
| - |
|
209 |
this.bestDealsDetailsLink = bestDealsDetailsLink;
|
| - |
|
210 |
this.bestDealsValue = bestDealsValue;
|
| - |
|
211 |
this.bestSellingRank = bestSellingRank;
|
| - |
|
212 |
this.defaultForEntity = defaultForEntity;
|
| - |
|
213 |
this.risky = risky;
|
| - |
|
214 |
this.expectedDelay = expectedDelay;
|
| - |
|
215 |
this.warehouseStickiness = warehouseStickiness;
|
| - |
|
216 |
this.hasItemNo = hasItemNo;
|
| - |
|
217 |
this.showSellingPrice = showSellingPrice;
|
| - |
|
218 |
this.setItemType(itemType);
|
| - |
|
219 |
this.preferredVendor = prefferedVendor;
|
| - |
|
220 |
this.preferredInsurer = preferredInsurer;
|
| - |
|
221 |
this.itemInventory = itemInventory;
|
| - |
|
222 |
this.vendorPricesMap = vendorPricesMap;
|
| - |
|
223 |
this.vendorKeysMap = vendorKeysMap;
|
| - |
|
224 |
this.sourcePricesMap = sourcePricesMap;
|
| - |
|
225 |
this.similarItems = similarItems;
|
| - |
|
226 |
this.vouchersMap = vouchersMap;
|
| - |
|
227 |
this.numOfDaysStock = numOfDaysStock;
|
| - |
|
228 |
this.minStockLevel = minStockLevel;
|
| - |
|
229 |
this.freebieItemId = freebieItemId;
|
| - |
|
230 |
this.asin = asin;
|
| - |
|
231 |
this.holdInventory = holdInventory;
|
| - |
|
232 |
this.defaultInventory = defaultInventory;
|
| 148 |
}
|
233 |
}
|
| 149 |
|
234 |
|
| 150 |
public long getId() {
|
235 |
public long getId() {
|
| 151 |
return id;
|
236 |
return id;
|
| 152 |
}
|
237 |
}
|
| Line 522... |
Line 607... |
| 522 |
|
607 |
|
| 523 |
public void setFreebieItemId(Long freebieItemId) {
|
608 |
public void setFreebieItemId(Long freebieItemId) {
|
| 524 |
this.freebieItemId = freebieItemId;
|
609 |
this.freebieItemId = freebieItemId;
|
| 525 |
}
|
610 |
}
|
| 526 |
|
611 |
|
| - |
|
612 |
public Long getHoldInventory() {
|
| - |
|
613 |
return holdInventory;
|
| - |
|
614 |
}
|
| - |
|
615 |
|
| - |
|
616 |
public void setHoldInventory(Long holdInventory) {
|
| - |
|
617 |
this.holdInventory = holdInventory;
|
| - |
|
618 |
}
|
| - |
|
619 |
|
| - |
|
620 |
public Long getDefaultInventory() {
|
| - |
|
621 |
return defaultInventory;
|
| - |
|
622 |
}
|
| - |
|
623 |
|
| - |
|
624 |
public void setDefaultInventory(Long defaultInventory) {
|
| - |
|
625 |
this.defaultInventory = defaultInventory;
|
| - |
|
626 |
}
|
| - |
|
627 |
|
| - |
|
628 |
|
| 527 |
}
|
629 |
}
|