Subversion Repositories SmartDukaan

Rev

Rev 7291 | Rev 9835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7291 Rev 7972
Line 44... Line 44...
44
    private String bestDealsDetailsLink;
44
    private String bestDealsDetailsLink;
45
    private Double bestDealsValue;
45
    private Double bestDealsValue;
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 String lastNdaySale;
49
    private Long freebieItemId;
50
    private Long freebieItemId;
50
    private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, showSellingPrice;
51
    private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, showSellingPrice;
51
    private String asin;
52
    private String asin;
52
    private Long holdInventory;
53
    private Long holdInventory;
53
    private Long defaultInventory;
54
    private Long defaultInventory;
Line 106... Line 107...
106
            Long preferredInsurer,
107
            Long preferredInsurer,
107
            Map<Long, ItemInventory> itemInventory,
108
            Map<Long, ItemInventory> itemInventory,
108
            Map<Long,VendorPricings> vendorPricesMap, 
109
            Map<Long,VendorPricings> vendorPricesMap, 
109
            Map<String, VendorItemMapping> vendorKeysMap, 
110
            Map<String, VendorItemMapping> vendorKeysMap, 
110
            Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
111
            Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
111
            Integer numOfDaysStock, Long minStockLevel, Long freebieItemId,String asin) {
112
            Integer numOfDaysStock, Long minStockLevel, String lastNdaySale, Long freebieItemId,String asin) {
112
        this();
113
        this();
113
        this.id = id;
114
        this.id = id;
114
        this.productGroup = productGroup;
115
        this.productGroup = productGroup;
115
        this.brand = brand;
116
        this.brand = brand;
116
        this.modelNumber = modelNumber;
117
        this.modelNumber = modelNumber;
Line 154... Line 155...
154
        this.sourcePricesMap = sourcePricesMap;
155
        this.sourcePricesMap = sourcePricesMap;
155
        this.similarItems = similarItems;
156
        this.similarItems = similarItems;
156
        this.vouchersMap = vouchersMap;
157
        this.vouchersMap = vouchersMap;
157
        this.numOfDaysStock = numOfDaysStock;
158
        this.numOfDaysStock = numOfDaysStock;
158
        this.minStockLevel = minStockLevel;
159
        this.minStockLevel = minStockLevel;
-
 
160
        this.lastNdaySale = lastNdaySale;
159
        this.freebieItemId = freebieItemId;
161
        this.freebieItemId = freebieItemId;
160
        this.asin = asin;
162
        this.asin = asin;
161
    }
163
    }
162
    public Item(long id, String productGroup, String brand, String modelNumber, String modelName, String color,
164
    public Item(long id, String productGroup, String brand, String modelNumber, String modelName, String color,
163
            String category, Long categoryId, String comments,
165
            String category, Long categoryId, String comments,
Line 176... Line 178...
176
            Long preferredInsurer,
178
            Long preferredInsurer,
177
            Map<Long, ItemInventory> itemInventory,
179
            Map<Long, ItemInventory> itemInventory,
178
            Map<Long,VendorPricings> vendorPricesMap, 
180
            Map<Long,VendorPricings> vendorPricesMap, 
179
            Map<String, VendorItemMapping> vendorKeysMap, 
181
            Map<String, VendorItemMapping> vendorKeysMap, 
180
            Map<Long, SourcePricings> sourcePricesMap, Map<Long, Item> similarItems, Map<String, VoucherItemMapping> vouchersMap,
182
            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) {
183
            Integer numOfDaysStock, Long minStockLevel, String lastNdaySale, Long freebieItemId,String asin,Long holdInventory,Long defaultInventory) {
182
        this();
184
        this();
183
        this.id = id;
185
        this.id = id;
184
        this.productGroup = productGroup;
186
        this.productGroup = productGroup;
185
        this.brand = brand;
187
        this.brand = brand;
186
        this.modelNumber = modelNumber;
188
        this.modelNumber = modelNumber;
Line 224... Line 226...
224
        this.sourcePricesMap = sourcePricesMap;
226
        this.sourcePricesMap = sourcePricesMap;
225
        this.similarItems = similarItems;
227
        this.similarItems = similarItems;
226
        this.vouchersMap = vouchersMap;
228
        this.vouchersMap = vouchersMap;
227
        this.numOfDaysStock = numOfDaysStock;
229
        this.numOfDaysStock = numOfDaysStock;
228
        this.minStockLevel = minStockLevel;
230
        this.minStockLevel = minStockLevel;
-
 
231
        this.lastNdaySale = lastNdaySale;
229
        this.freebieItemId = freebieItemId;
232
        this.freebieItemId = freebieItemId;
230
        this.asin = asin;
233
        this.asin = asin;
231
        this.holdInventory = holdInventory;
234
        this.holdInventory = holdInventory;
232
        this.defaultInventory = defaultInventory;
235
        this.defaultInventory = defaultInventory;
233
    }
236
    }
Line 575... Line 578...
575
	}
578
	}
576
 
579
 
577
	public void setMinStockLevel(Long minStockLevel) {
580
	public void setMinStockLevel(Long minStockLevel) {
578
		this.minStockLevel = minStockLevel;
581
		this.minStockLevel = minStockLevel;
579
	}
582
	}
-
 
583
	
-
 
584
	public String getLastNdaySale() {
-
 
585
		return lastNdaySale;
-
 
586
	}
-
 
587
 
-
 
588
	public void setLastNdaySale(String lastNdaySale) {
-
 
589
		this.lastNdaySale = lastNdaySale;
-
 
590
	}
580
 
591
 
581
	public void setBestDealsDetailsText(String bestDealsDetailsText) {
592
	public void setBestDealsDetailsText(String bestDealsDetailsText) {
582
		this.bestDealsDetailsText = bestDealsDetailsText;
593
		this.bestDealsDetailsText = bestDealsDetailsText;
583
	}
594
	}
584
 
595