Subversion Repositories SmartDukaan

Rev

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

Rev 5217 Rev 5309
Line 45... Line 45...
45
    private Long defaultWarehouse;
45
    private Long defaultWarehouse;
46
    private Long preferredVendor;
46
    private Long preferredVendor;
47
    
47
    
48
    
48
    
49
 
49
 
50
    private Map<String, String> otherInfo;
-
 
51
    private Map<Long, ItemInventory> itemInventory;
50
    private Map<Long, ItemInventory> itemInventory;
52
    
51
    
53
    private Map<Long, VendorPricings> vendorPricesMap;
52
    private Map<Long, VendorPricings> vendorPricesMap;
54
    private Map<String, VendorItemMapping> vendorKeysMap;
53
    private Map<String, VendorItemMapping> vendorKeysMap;
55
    private Map<Long, SourcePricings> sourcePricesMap;
54
    private Map<Long, SourcePricings> sourcePricesMap;
Line 69... Line 68...
69
            Double mrp,
68
            Double mrp,
70
            Double sellingPrice,
69
            Double sellingPrice,
71
            Double weight,
70
            Double weight,
72
            Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
71
            Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
73
            String itemStatus, Integer itemStatusValue, String itemStatusDesc, 
72
            String itemStatus, Integer itemStatusValue, String itemStatusDesc, 
74
            Map<String, String> otherInfo,
-
 
75
            String bestDealsText, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
73
            String bestDealsText, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
76
            Integer expectedDelay,
74
            Integer expectedDelay,
77
            Long prefferedWarehouse, Long defaultWarehouse, boolean warehouseStickiness,
75
            Long prefferedWarehouse, Long defaultWarehouse, boolean warehouseStickiness,
78
            Long prefferedVendor,
76
            Long prefferedVendor,
79
            Map<Long, ItemInventory> itemInventory,
77
            Map<Long, ItemInventory> itemInventory,
Line 103... Line 101...
103
        this.retireDate = retireDate;
101
        this.retireDate = retireDate;
104
        this.updatedOn = updatedOn;
102
        this.updatedOn = updatedOn;
105
        this.itemStatus = itemStatus;
103
        this.itemStatus = itemStatus;
106
        this.itemStatusValue = itemStatusValue;
104
        this.itemStatusValue = itemStatusValue;
107
        this.itemStatusDesc = itemStatusDesc;
105
        this.itemStatusDesc = itemStatusDesc;
108
        this.otherInfo = otherInfo;
-
 
109
        this.bestDealsText = bestDealsText;
106
        this.bestDealsText = bestDealsText;
110
        this.bestDealsValue = bestDealsValue;
107
        this.bestDealsValue = bestDealsValue;
111
        this.bestSellingRank = bestSellingRank;
108
        this.bestSellingRank = bestSellingRank;
112
        this.defaultForEntity = defaultForEntity;
109
        this.defaultForEntity = defaultForEntity;
113
        this.risky = risky;
110
        this.risky = risky;
Line 371... Line 368...
371
 
368
 
372
    public Long getPreferredWarehouse() {
369
    public Long getPreferredWarehouse() {
373
        return preferredWarehouse;
370
        return preferredWarehouse;
374
    }
371
    }
375
 
372
 
376
    public Map<String, String> getOtherInfo() {
-
 
377
        return otherInfo;
-
 
378
    }
-
 
379
 
-
 
380
    public void setOtherInfo(Map<String, String> otherInfo) {
-
 
381
        this.otherInfo = otherInfo;
-
 
382
    }
-
 
383
 
-
 
384
	public Map<Long, VendorPricings> getVendorPricesMap() {
373
	public Map<Long, VendorPricings> getVendorPricesMap() {
385
        return vendorPricesMap;
374
        return vendorPricesMap;
386
    }
375
    }
387
 
376
 
388
    public void setVendorPricesMap(Map<Long, VendorPricings> vendorPricesMap) {
377
    public void setVendorPricesMap(Map<Long, VendorPricings> vendorPricesMap) {