Subversion Repositories SmartDukaan

Rev

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

Rev 28020 Rev 28053
Line 6... Line 6...
6
	private long qty;
6
	private long qty;
7
	private String brand;
7
	private String brand;
8
	private String modelName;
8
	private String modelName;
9
	private String modelNumber;
9
	private String modelNumber;
10
	private int catalogItemId;
10
	private int catalogItemId;
-
 
11
	private int warehouseQty;
11
 
12
 
12
	public FofoIdItemDetailModel(int warehouseId, int fofoId, long qty, String brand, String modelName,
13
	public FofoIdItemDetailModel(int warehouseId, int fofoId, long qty, String brand, String modelName,
13
			String modelNumber, int catalogItemId) {
14
			String modelNumber, int catalogItemId) {
14
		super();
15
		super();
15
		this.warehouseId = warehouseId;
16
		this.warehouseId = warehouseId;
Line 19... Line 20...
19
		this.modelName = modelName;
20
		this.modelName = modelName;
20
		this.modelNumber = modelNumber;
21
		this.modelNumber = modelNumber;
21
		this.catalogItemId = catalogItemId;
22
		this.catalogItemId = catalogItemId;
22
	}
23
	}
23
 
24
 
-
 
25
	public int getWarehouseQty() {
-
 
26
		return warehouseQty;
-
 
27
	}
-
 
28
 
-
 
29
	public void setWarehouseQty(int warehouseQty) {
-
 
30
		this.warehouseQty = warehouseQty;
-
 
31
	}
-
 
32
 
24
	public int getFofoId() {
33
	public int getFofoId() {
25
		return fofoId;
34
		return fofoId;
26
	}
35
	}
27
 
36
 
28
	public void setFofoId(int fofoId) {
37
	public void setFofoId(int fofoId) {