Subversion Repositories SmartDukaan

Rev

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

Rev 30201 Rev 30659
Line 12... Line 12...
12
	private int warehouseFrom;
12
	private int warehouseFrom;
13
 
13
 
14
	@JsonProperty("Category")
14
	@JsonProperty("Category")
15
	public int category;
15
	public int category;
16
 
16
 
-
 
17
	@JsonProperty("Availability")
-
 
18
	private int availability;
-
 
19
	@JsonProperty("Reserved")
-
 
20
	private int reserved;
-
 
21
	@JsonProperty("Netavailability")
-
 
22
	private int Netavailability;
-
 
23
 
-
 
24
	private int popendingQty;
-
 
25
 
-
 
26
	private String warehouseName;
-
 
27
 
17
	public SaholicCIS() {
28
	public SaholicCIS() {
18
		super();
29
		super();
19
		// TODO Auto-generated constructor stub
30
		// TODO Auto-generated constructor stub
20
	}
31
	}
21
 
32
 
22
	public SaholicCIS(int itemId, int warehouseId, int warehouseFrom, int category, int availability, int reserved,
33
	public SaholicCIS(int itemId, int warehouseId, int warehouseFrom, int category, int availability, int reserved,
23
			int netavailability) {
34
					  int netavailability) {
24
		super();
35
		super();
25
		this.itemId = itemId;
36
		this.itemId = itemId;
26
		this.warehouseId = warehouseId;
37
		this.warehouseId = warehouseId;
27
		this.warehouseFrom = warehouseFrom;
38
		this.warehouseFrom = warehouseFrom;
28
		this.category = category;
39
		this.category = category;
Line 54... Line 65...
54
 
65
 
55
	public void setPopendingQty(int popendingQty) {
66
	public void setPopendingQty(int popendingQty) {
56
		this.popendingQty = popendingQty;
67
		this.popendingQty = popendingQty;
57
	}
68
	}
58
 
69
 
59
	@JsonProperty("Availability")
-
 
60
	private int availability;
-
 
61
	@JsonProperty("Reserved")
-
 
62
	private int reserved;
-
 
63
	@JsonProperty("Netavailability")
-
 
64
	private int Netavailability;
-
 
65
 
-
 
66
	private int popendingQty;
-
 
67
 
-
 
68
	private String warehouseName;
-
 
69
 
-
 
70
	public String getWarehouseName() {
70
	public String getWarehouseName() {
71
		return warehouseName;
71
		return warehouseName;
72
	}
72
	}
73
 
73
 
74
	public void setWarehouseName(String warehouseName) {
74
	public void setWarehouseName(String warehouseName) {