| Line 52... |
Line 52... |
| 52 |
private Long defaultInventory;
|
52 |
private Long defaultInventory;
|
| 53 |
private PrivateDeal privateDeal;
|
53 |
private PrivateDeal privateDeal;
|
| 54 |
private Long packQuantity;
|
54 |
private Long packQuantity;
|
| 55 |
private Long quantityStep;
|
55 |
private Long quantityStep;
|
| 56 |
private Long minimumBuyQuantity;
|
56 |
private Long minimumBuyQuantity;
|
| - |
|
57 |
private Long maximumBuyQuantity;
|
| 57 |
|
58 |
|
| - |
|
59 |
public Long getMaximumBuyQuantity() {
|
| - |
|
60 |
return maximumBuyQuantity;
|
| - |
|
61 |
}
|
| - |
|
62 |
|
| - |
|
63 |
public void setMaximumBuyQuantity(Long maximumBuyQuantity) {
|
| - |
|
64 |
this.maximumBuyQuantity = maximumBuyQuantity;
|
| - |
|
65 |
}
|
| - |
|
66 |
|
| 58 |
public Long getMinimumBuyQuantity() {
|
67 |
public Long getMinimumBuyQuantity() {
|
| 59 |
return minimumBuyQuantity;
|
68 |
return minimumBuyQuantity;
|
| 60 |
}
|
69 |
}
|
| 61 |
|
70 |
|
| 62 |
public void setMinimumBuyQuantity(Long minimumBuyQuantity) {
|
71 |
public void setMinimumBuyQuantity(Long minimumBuyQuantity) {
|
| Line 289... |
Line 298... |
| 289 |
Map<Long, ItemInventory> itemInventory,
|
298 |
Map<Long, ItemInventory> itemInventory,
|
| 290 |
Map<Long,VendorPricings> vendorPricesMap,
|
299 |
Map<Long,VendorPricings> vendorPricesMap,
|
| 291 |
Map<String, VendorItemMapping> vendorKeysMap,
|
300 |
Map<String, VendorItemMapping> vendorKeysMap,
|
| 292 |
Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
|
301 |
Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
|
| 293 |
Integer numOfDaysStock, Long minStockLevel, Map<Long,String> saleHistory, Long freebieItemId,String asin,Long holdInventory,Long defaultInventory,Map<String,String> stateNameVatPercentageMap,PrivateDeal privateDeal, Long packQuantity,
|
302 |
Integer numOfDaysStock, Long minStockLevel, Map<Long,String> saleHistory, Long freebieItemId,String asin,Long holdInventory,Long defaultInventory,Map<String,String> stateNameVatPercentageMap,PrivateDeal privateDeal, Long packQuantity,
|
| 294 |
Long quantityStep, Long minimumBuyQuantity) {
|
303 |
Long quantityStep, Long minimumBuyQuantity, Long maximumBuyQuantity) {
|
| 295 |
this();
|
304 |
this();
|
| 296 |
this.id = id;
|
305 |
this.id = id;
|
| 297 |
this.productGroup = productGroup;
|
306 |
this.productGroup = productGroup;
|
| 298 |
this.brand = brand;
|
307 |
this.brand = brand;
|
| 299 |
this.modelNumber = modelNumber;
|
308 |
this.modelNumber = modelNumber;
|
| Line 347... |
Line 356... |
| 347 |
this.defaultInventory = defaultInventory;
|
356 |
this.defaultInventory = defaultInventory;
|
| 348 |
this.stateNameVatPercentageMap = stateNameVatPercentageMap;
|
357 |
this.stateNameVatPercentageMap = stateNameVatPercentageMap;
|
| 349 |
this.privateDeal = privateDeal;
|
358 |
this.privateDeal = privateDeal;
|
| 350 |
this.packQuantity = packQuantity;
|
359 |
this.packQuantity = packQuantity;
|
| 351 |
this.quantityStep = quantityStep;
|
360 |
this.quantityStep = quantityStep;
|
| 352 |
this.minimumBuyQuantity =minimumBuyQuantity;
|
361 |
this.minimumBuyQuantity =minimumBuyQuantity;
|
| - |
|
362 |
this.maximumBuyQuantity = maximumBuyQuantity;
|
| 353 |
}
|
363 |
}
|
| 354 |
|
364 |
|
| 355 |
public Item(long id, String productGroup, String brand, String modelNumber, String modelName, String color,
|
365 |
public Item(long id, String productGroup, String brand, String modelNumber, String modelName, String color,
|
| 356 |
String category, Long categoryId, String comments,
|
366 |
String category, Long categoryId, String comments,
|
| 357 |
Long catalogItemId,
|
367 |
Long catalogItemId,
|