Subversion Repositories SmartDukaan

Rev

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

Rev 27474 Rev 28493
Line 5... Line 5...
5
public class MonthSaleModel {
5
public class MonthSaleModel {
6
 
6
 
7
	private String monthlySales;
7
	private String monthlySales;
8
	private String mtdSales;
8
	private String mtdSales;
9
	private String month;
9
	private String month;
-
 
10
	private PartnerType partnerType;
10
 
11
 
11
 
12
 
12
	public String getMonth() {
13
	public String getMonth() {
13
		return month;
14
		return month;
14
	}
15
	}
15
 
16
 
16
	public void setMonth(String month) {
17
	public void setMonth(String month) {
17
		this.month = month;
18
		this.month = month;
18
	}
19
	}
19
 
20
 
20
	private PartnerType partnerType;
-
 
-
 
21
	
21
	
22
	
22
 
23
 
23
	public String getMtdSales() {
24
	public String getMtdSales() {
24
		return mtdSales;
25
		return mtdSales;
25
	}
26
	}