Subversion Repositories SmartDukaan

Rev

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

Rev 31170 Rev 36451
Line 33... Line 33...
33
	private AmountType amountType;
33
	private AmountType amountType;
34
	private PartnerType partnerType;
34
	private PartnerType partnerType;
35
	private boolean cashback;
35
	private boolean cashback;
36
	private Set<Integer> catalogIds;
36
	private Set<Integer> catalogIds;
37
	private List<Integer> regionIds;
37
	private List<Integer> regionIds;
-
 
38
	private String reference;
-
 
39
 
-
 
40
	public String getReference() {
-
 
41
		return reference;
-
 
42
	}
-
 
43
 
-
 
44
	public void setReference(String reference) {
-
 
45
		this.reference = reference;
-
 
46
	}
38
 
47
 
39
	public boolean isCashback() {
48
	public boolean isCashback() {
40
		return cashback;
49
		return cashback;
41
	}
50
	}
42
 
51