Subversion Repositories SmartDukaan

Rev

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

Rev 26131 Rev 26176
Line 14... Line 14...
14
	private Integer last15DaysSale;
14
	private Integer last15DaysSale;
15
	private Integer lastMonthSaleMap;
15
	private Integer lastMonthSaleMap;
16
	private String brand;
16
	private String brand;
17
	private String modelName;
17
	private String modelName;
18
	private String modelNumber;
18
	private String modelNumber;
-
 
19
	private int remaining;
-
 
20
 
-
 
21
	public int getRemaining() {
-
 
22
		return remaining;
-
 
23
	}
-
 
24
 
-
 
25
	public void setRemaining(int remaining) {
-
 
26
		this.remaining = remaining;
-
 
27
	}
19
 
28
 
20
	public Integer getLastMonthSaleMap() {
29
	public Integer getLastMonthSaleMap() {
21
		return lastMonthSaleMap;
30
		return lastMonthSaleMap;
22
	}
31
	}
23
 
32