Subversion Repositories SmartDukaan

Rev

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

Rev 27059 Rev 27211
Line 8... Line 8...
8
	private int itemId;
8
	private int itemId;
9
	@JsonProperty("Warehouseid")
9
	@JsonProperty("Warehouseid")
10
	private int warehouseId;
10
	private int warehouseId;
11
	@JsonProperty("Warehousefrom")
11
	@JsonProperty("Warehousefrom")
12
	private int warehouseFrom;
12
	private int warehouseFrom;
-
 
13
 
-
 
14
	@JsonProperty("Category")
-
 
15
	public int category;
-
 
16
 
-
 
17
	public int getCategory() {
-
 
18
		return category;
-
 
19
	}
-
 
20
 
-
 
21
	public void setCategory(int category) {
-
 
22
		this.category = category;
-
 
23
	}
-
 
24
 
13
	public int getWarehouseFrom() {
25
	public int getWarehouseFrom() {
14
		return warehouseFrom;
26
		return warehouseFrom;
15
	}
27
	}
16
 
28
 
17
 
-
 
18
	public void setWarehouseFrom(int warehouseFrom) {
29
	public void setWarehouseFrom(int warehouseFrom) {
19
		this.warehouseFrom = warehouseFrom;
30
		this.warehouseFrom = warehouseFrom;
20
	}
31
	}
21
 
32
 
22
 
-
 
23
	public int getPopendingQty() {
33
	public int getPopendingQty() {
24
		return popendingQty;
34
		return popendingQty;
25
	}
35
	}
26
 
36
 
27
 
-
 
28
	public void setPopendingQty(int popendingQty) {
37
	public void setPopendingQty(int popendingQty) {
29
		this.popendingQty = popendingQty;
38
		this.popendingQty = popendingQty;
30
	}
39
	}
31
 
40
 
32
	@JsonProperty("Availability")
41
	@JsonProperty("Availability")
33
	private int availability;
42
	private int availability;
34
	@JsonProperty("Reserved")
43
	@JsonProperty("Reserved")
35
	private int reserved;
44
	private int reserved;
36
	@JsonProperty("Netavailability")
45
	@JsonProperty("Netavailability")
37
	private int Netavailability;
46
	private int Netavailability;
38
	
47
 
39
	private int popendingQty;
48
	private int popendingQty;
40
	
49
 
41
	private String warehouseName;
50
	private String warehouseName;
42
	
51
 
43
	public String getWarehouseName() {
52
	public String getWarehouseName() {
44
		return warehouseName;
53
		return warehouseName;
45
	}
54
	}
46
 
55
 
47
	public void setWarehouseName(String warehouseName) {
56
	public void setWarehouseName(String warehouseName) {
48
		this.warehouseName = warehouseName;
57
		this.warehouseName = warehouseName;
49
	}
58
	}
50
 
59
 
51
 
-
 
52
	@Override
60
	@Override
53
	public String toString() {
61
	public String toString() {
54
		return "SaholicCIS [itemId=" + itemId + ", warehouseId=" + warehouseId + ", warehouseFrom=" + warehouseFrom
62
		return "SaholicCIS [itemId=" + itemId + ", warehouseId=" + warehouseId + ", warehouseFrom=" + warehouseFrom
55
				+ ", availability=" + availability + ", reserved=" + reserved + ", Netavailability=" + Netavailability
63
				+ ", category=" + category + ", availability=" + availability + ", reserved=" + reserved
56
				+ ", popendingQty=" + popendingQty + ", warehouseName=" + warehouseName + "]";
64
				+ ", Netavailability=" + Netavailability + ", popendingQty=" + popendingQty + ", warehouseName="
-
 
65
				+ warehouseName + "]";
57
	}
66
	}
58
	
-
 
59
 
67
 
60
	public int getItemId() {
68
	public int getItemId() {
61
		return itemId;
69
		return itemId;
62
	}
70
	}
63
 
71
 
Line 101... Line 109...
101
	public int hashCode() {
109
	public int hashCode() {
102
		final int prime = 31;
110
		final int prime = 31;
103
		int result = 1;
111
		int result = 1;
104
		result = prime * result + Netavailability;
112
		result = prime * result + Netavailability;
105
		result = prime * result + availability;
113
		result = prime * result + availability;
-
 
114
		result = prime * result + category;
106
		result = prime * result + itemId;
115
		result = prime * result + itemId;
107
		result = prime * result + popendingQty;
116
		result = prime * result + popendingQty;
108
		result = prime * result + reserved;
117
		result = prime * result + reserved;
109
		result = prime * result + warehouseFrom;
118
		result = prime * result + warehouseFrom;
110
		result = prime * result + warehouseId;
119
		result = prime * result + warehouseId;
Line 123... Line 132...
123
		SaholicCIS other = (SaholicCIS) obj;
132
		SaholicCIS other = (SaholicCIS) obj;
124
		if (Netavailability != other.Netavailability)
133
		if (Netavailability != other.Netavailability)
125
			return false;
134
			return false;
126
		if (availability != other.availability)
135
		if (availability != other.availability)
127
			return false;
136
			return false;
-
 
137
		if (category != other.category)
-
 
138
			return false;
128
		if (itemId != other.itemId)
139
		if (itemId != other.itemId)
129
			return false;
140
			return false;
130
		if (popendingQty != other.popendingQty)
141
		if (popendingQty != other.popendingQty)
131
			return false;
142
			return false;
132
		if (reserved != other.reserved)
143
		if (reserved != other.reserved)