Subversion Repositories SmartDukaan

Rev

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

Rev 27211 Rev 30197
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
	public SaholicCIS(int itemId, int warehouseId, int warehouseFrom, int category, int availability, int reserved,
-
 
18
			int netavailability) {
-
 
19
		super();
-
 
20
		this.itemId = itemId;
-
 
21
		this.warehouseId = warehouseId;
-
 
22
		this.warehouseFrom = warehouseFrom;
-
 
23
		this.category = category;
-
 
24
		this.availability = availability;
-
 
25
		this.reserved = reserved;
-
 
26
		Netavailability = netavailability;
-
 
27
 
-
 
28
	}
-
 
29
 
17
	public int getCategory() {
30
	public int getCategory() {
18
		return category;
31
		return category;
19
	}
32
	}
20
 
33
 
21
	public void setCategory(int category) {
34
	public void setCategory(int category) {