| Line 49... |
Line 49... |
| 49 |
private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, showSellingPrice, holdOverride;
|
49 |
private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, showSellingPrice, holdOverride;
|
| 50 |
private String asin;
|
50 |
private String asin;
|
| 51 |
private Long holdInventory;
|
51 |
private Long holdInventory;
|
| 52 |
private Long defaultInventory;
|
52 |
private Long defaultInventory;
|
| 53 |
private PrivateDeal privateDeal;
|
53 |
private PrivateDeal privateDeal;
|
| - |
|
54 |
private Long packQuantity;
|
| 54 |
|
55 |
|
| 55 |
|
56 |
|
| - |
|
57 |
|
| - |
|
58 |
public Long getPackQuantity() {
|
| - |
|
59 |
return packQuantity;
|
| - |
|
60 |
}
|
| - |
|
61 |
|
| - |
|
62 |
public void setPackQuantity(Long packQuantity) {
|
| - |
|
63 |
this.packQuantity = packQuantity;
|
| - |
|
64 |
}
|
| - |
|
65 |
|
| 56 |
public PrivateDeal getPrivateDeal() {
|
66 |
public PrivateDeal getPrivateDeal() {
|
| 57 |
return privateDeal;
|
67 |
return privateDeal;
|
| 58 |
}
|
68 |
}
|
| 59 |
|
69 |
|
| 60 |
public void setPrivateDeal(PrivateDeal privateDeal) {
|
70 |
public void setPrivateDeal(PrivateDeal privateDeal) {
|
| 61 |
this.privateDeal = privateDeal;
|
71 |
this.privateDeal = privateDeal;
|
| Line 262... |
Line 272... |
| 262 |
Long preferredInsurer,
|
272 |
Long preferredInsurer,
|
| 263 |
Map<Long, ItemInventory> itemInventory,
|
273 |
Map<Long, ItemInventory> itemInventory,
|
| 264 |
Map<Long,VendorPricings> vendorPricesMap,
|
274 |
Map<Long,VendorPricings> vendorPricesMap,
|
| 265 |
Map<String, VendorItemMapping> vendorKeysMap,
|
275 |
Map<String, VendorItemMapping> vendorKeysMap,
|
| 266 |
Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
|
276 |
Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
|
| 267 |
Integer numOfDaysStock, Long minStockLevel, Map<Long,String> saleHistory, Long freebieItemId,String asin,Long holdInventory,Long defaultInventory,Map<String,String> stateNameVatPercentageMap,PrivateDeal privateDeal) {
|
277 |
Integer numOfDaysStock, Long minStockLevel, Map<Long,String> saleHistory, Long freebieItemId,String asin,Long holdInventory,Long defaultInventory,Map<String,String> stateNameVatPercentageMap,PrivateDeal privateDeal, Long packQuantity) {
|
| 268 |
this();
|
278 |
this();
|
| 269 |
this.id = id;
|
279 |
this.id = id;
|
| 270 |
this.productGroup = productGroup;
|
280 |
this.productGroup = productGroup;
|
| 271 |
this.brand = brand;
|
281 |
this.brand = brand;
|
| 272 |
this.modelNumber = modelNumber;
|
282 |
this.modelNumber = modelNumber;
|
| Line 318... |
Line 328... |
| 318 |
this.asin = asin;
|
328 |
this.asin = asin;
|
| 319 |
this.holdInventory = holdInventory;
|
329 |
this.holdInventory = holdInventory;
|
| 320 |
this.defaultInventory = defaultInventory;
|
330 |
this.defaultInventory = defaultInventory;
|
| 321 |
this.stateNameVatPercentageMap = stateNameVatPercentageMap;
|
331 |
this.stateNameVatPercentageMap = stateNameVatPercentageMap;
|
| 322 |
this.privateDeal = privateDeal;
|
332 |
this.privateDeal = privateDeal;
|
| - |
|
333 |
this.packQuantity = packQuantity;
|
| 323 |
}
|
334 |
}
|
| 324 |
|
335 |
|
| 325 |
public Item(long id, String productGroup, String brand, String modelNumber, String modelName, String color,
|
336 |
public Item(long id, String productGroup, String brand, String modelNumber, String modelName, String color,
|
| 326 |
String category, Long categoryId, String comments,
|
337 |
String category, Long categoryId, String comments,
|
| 327 |
Long catalogItemId,
|
338 |
Long catalogItemId,
|