Subversion Repositories SmartDukaan

Rev

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

Rev 27670 Rev 27676
Line 7... Line 7...
7
	private long lmsQty;
7
	private long lmsQty;
8
	private long mtd;
8
	private long mtd;
9
	private long mtdQty;
9
	private long mtdQty;
10
	private long lmtd;
10
	private long lmtd;
11
	private long lmtdQty;
11
	private long lmtdQty;
-
 
12
	private long uamtdQty;
12
	private long amtd;
13
	private long amtd;
13
 
14
 
14
	public BrandWisePartnerSaleModel() {
15
	public BrandWisePartnerSaleModel() {
15
		super();
16
		super();
16
	}
17
	}
Line 25... Line 26...
25
		this.mtdQty = mtdQty;
26
		this.mtdQty = mtdQty;
26
		this.lmtd = lmtd;
27
		this.lmtd = lmtd;
27
		this.lmtdQty = lmtdQty;
28
		this.lmtdQty = lmtdQty;
28
	}
29
	}
29
 
30
 
-
 
31
	public long getUamtdQty() {
-
 
32
		return uamtdQty;
-
 
33
	}
-
 
34
 
-
 
35
	public void setUamtdQty(long uamtdQty) {
-
 
36
		this.uamtdQty = uamtdQty;
-
 
37
	}
-
 
38
 
30
	public long getAmtd() {
39
	public long getAmtd() {
31
		return amtd;
40
		return amtd;
32
	}
41
	}
33
 
42
 
34
	public void setAmtd(long amtd) {
43
	public void setAmtd(long amtd) {