Subversion Repositories SmartDukaan

Rev

Rev 10482 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10482 Rev 10775
Line 10... Line 10...
10
    private Double discountedPrice; // required
10
    private Double discountedPrice; // required
11
    private String couponCode; // required
11
    private String couponCode; // required
12
    private Long pickupStoreId; // required
12
    private Long pickupStoreId; // required
13
    private String message; // required
13
    private String message; // required
14
    private Boolean needInsuranceInfo;
14
    private Boolean needInsuranceInfo;
-
 
15
    private Boolean locationServiceable;
-
 
16
    private String locationServiceableMessage;
15
    
17
    
16
    public Long getId() {
18
    public Long getId() {
17
        return id;
19
        return id;
18
    }
20
    }
19
    public void setId(Long id) {
21
    public void setId(Long id) {
Line 60... Line 62...
60
		this.needInsuranceInfo = needInsuranceInfo;
62
		this.needInsuranceInfo = needInsuranceInfo;
61
	}
63
	}
62
	public Boolean getNeedInsuranceInfo() {
64
	public Boolean getNeedInsuranceInfo() {
63
		return needInsuranceInfo;
65
		return needInsuranceInfo;
64
	}
66
	}
-
 
67
	public void setLocationServiceable(Boolean locationServiceable) {
-
 
68
		this.locationServiceable = locationServiceable;
-
 
69
	}
-
 
70
	public Boolean getLocationServiceable() {
-
 
71
		return locationServiceable;
-
 
72
	}
-
 
73
	public void setLocationServiceableMessage(String locationServiceableMessage) {
-
 
74
		this.locationServiceableMessage = locationServiceableMessage;
-
 
75
	}
-
 
76
	public String getLocationServiceableMessage() {
-
 
77
		return locationServiceableMessage;
-
 
78
	}
65
    
79
    
66
}
80
}