Subversion Repositories SmartDukaan

Rev

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

Rev 27723 Rev 27739
Line 24... Line 24...
24
		this.threedaysQty = threedaysQty;
24
		this.threedaysQty = threedaysQty;
25
		this.fifteendaysQty = fifteendaysQty;
25
		this.fifteendaysQty = fifteendaysQty;
26
		this.mtdQty = mtdQty;
26
		this.mtdQty = mtdQty;
27
	}
27
	}
28
 
28
 
-
 
29
	public OurPurchaseModel() {
-
 
30
		super();
-
 
31
		// TODO Auto-generated constructor stub
-
 
32
	}
-
 
33
 
29
	public long getTodayQty() {
34
	public long getTodayQty() {
30
		return todayQty;
35
		return todayQty;
31
	}
36
	}
32
 
37
 
33
	public void setTodayQty(long todayQty) {
38
	public void setTodayQty(long todayQty) {