Subversion Repositories SmartDukaan

Rev

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

Rev 7190 Rev 7260
Line 45... Line 45...
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 Long freebieItemId;
49
    private Long freebieItemId;
50
    private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, clearance, showSellingPrice;
50
    private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType, showSellingPrice;
51
    public boolean isShowSellingPrice() {
51
    public boolean isShowSellingPrice() {
52
		return showSellingPrice;
52
		return showSellingPrice;
53
	}
53
	}
54
 
54
 
55
	public void setShowSellingPrice(boolean showSellingPrice) {
55
	public void setShowSellingPrice(boolean showSellingPrice) {
Line 87... Line 87...
87
            Double weight,
87
            Double weight,
88
            Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
88
            Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
89
            String itemStatus, Integer itemStatusValue, String itemStatusDesc, 
89
            String itemStatus, Integer itemStatusValue, String itemStatusDesc, 
90
            String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
90
            String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
91
            Integer expectedDelay,
91
            Integer expectedDelay,
92
            boolean warehouseStickiness, boolean hasItemNo, boolean itemType, boolean clearance, boolean showSellingPrice,
92
            boolean warehouseStickiness, boolean hasItemNo, boolean itemType, boolean showSellingPrice,
93
            Long prefferedVendor,
93
            Long prefferedVendor,
94
            Long preferredInsurer,
94
            Long preferredInsurer,
95
            Map<Long, ItemInventory> itemInventory,
95
            Map<Long, ItemInventory> itemInventory,
96
            Map<Long,VendorPricings> vendorPricesMap, 
96
            Map<Long,VendorPricings> vendorPricesMap, 
97
            Map<String, VendorItemMapping> vendorKeysMap, 
97
            Map<String, VendorItemMapping> vendorKeysMap, 
Line 132... Line 132...
132
        this.expectedDelay = expectedDelay;
132
        this.expectedDelay = expectedDelay;
133
        this.warehouseStickiness = warehouseStickiness;
133
        this.warehouseStickiness = warehouseStickiness;
134
        this.hasItemNo = hasItemNo;
134
        this.hasItemNo = hasItemNo;
135
        this.showSellingPrice = showSellingPrice;
135
        this.showSellingPrice = showSellingPrice;
136
        this.setItemType(itemType);
136
        this.setItemType(itemType);
137
        this.setClearance(clearance);
-
 
138
        this.preferredVendor = prefferedVendor;
137
        this.preferredVendor = prefferedVendor;
139
        this.preferredInsurer = preferredInsurer;        
138
        this.preferredInsurer = preferredInsurer;        
140
        this.itemInventory = itemInventory;
139
        this.itemInventory = itemInventory;
141
        this.vendorPricesMap = vendorPricesMap;
140
        this.vendorPricesMap = vendorPricesMap;
142
        this.vendorKeysMap = vendorKeysMap;
141
        this.vendorKeysMap = vendorKeysMap;
Line 468... Line 467...
468
 
467
 
469
	public boolean isItemType() {
468
	public boolean isItemType() {
470
		return itemType;
469
		return itemType;
471
	}
470
	}
472
 
471
 
473
	public void setClearance(boolean clearance) {
-
 
474
		this.clearance = clearance;
-
 
475
	}
-
 
476
 
-
 
477
	public boolean isClearance() {
-
 
478
		return clearance;
-
 
479
	}
-
 
480
 
-
 
481
	public void setVouchersMap(Map<String, VoucherItemMapping> vouchersMap) {
472
	public void setVouchersMap(Map<String, VoucherItemMapping> vouchersMap) {
482
		this.vouchersMap = vouchersMap;
473
		this.vouchersMap = vouchersMap;
483
	}
474
	}
484
 
475
 
485
	public Map<String, VoucherItemMapping> getVouchersMap() {
476
	public Map<String, VoucherItemMapping> getVouchersMap() {