Subversion Repositories SmartDukaan

Rev

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

Rev 18415 Rev 19754
Line 53... Line 53...
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
	private Long maximumBuyQuantity;
-
 
58
	private Double dealPrice;
58
    
59
    
59
	public Long getMaximumBuyQuantity() {
60
	public Long getMaximumBuyQuantity() {
60
		return maximumBuyQuantity;
61
		return maximumBuyQuantity;
61
	}
62
	}
62
 
63
 
Line 856... Line 857...
856
	public void setStateNameVatPercentageMap(
857
	public void setStateNameVatPercentageMap(
857
			Map<String, String> stateNameVatPercentageMap) {
858
			Map<String, String> stateNameVatPercentageMap) {
858
		this.stateNameVatPercentageMap = stateNameVatPercentageMap;
859
		this.stateNameVatPercentageMap = stateNameVatPercentageMap;
859
	}
860
	}
860
 
861
 
-
 
862
	public void setDealPrice(Double dealPrice) {
-
 
863
		this.dealPrice = dealPrice;
-
 
864
	}
-
 
865
 
-
 
866
	public Double getDealPrice() {
-
 
867
		return dealPrice;
-
 
868
	}
-
 
869
 
861
}
870
}