Subversion Repositories SmartDukaan

Rev

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

Rev 25721 Rev 26131
Line 9... Line 9...
9
	private String itemDescription;
9
	private String itemDescription;
10
	private int recommendedQty;
10
	private int recommendedQty;
11
	private int minimumQty;
11
	private int minimumQty;
12
	private float dp;
12
	private float dp;
13
	private float mop;
13
	private float mop;
14
	private  Integer last15DaysSale;
14
	private Integer last15DaysSale;
-
 
15
	private Integer lastMonthSaleMap;
15
	private String brand;
16
	private String brand;
16
	private String modelName;
17
	private String modelName;
17
	private String modelNumber;
18
	private String modelNumber;
18
 
19
 
-
 
20
	public Integer getLastMonthSaleMap() {
-
 
21
		return lastMonthSaleMap;
-
 
22
	}
-
 
23
 
-
 
24
	public void setLastMonthSaleMap(Integer lastMonthSaleMap) {
-
 
25
		this.lastMonthSaleMap = lastMonthSaleMap;
-
 
26
	}
-
 
27
 
-
 
28
	public void setLast15DaysSale(Integer last15DaysSale) {
-
 
29
		this.last15DaysSale = last15DaysSale;
-
 
30
	}
-
 
31
 
19
	public int getRecommendedQty() {
32
	public int getRecommendedQty() {
20
		return recommendedQty;
33
		return recommendedQty;
21
	}
34
	}
22
 
35
 
23
	public int getLast15DaysSale() {
36
	public int getLast15DaysSale() {