Subversion Repositories SmartDukaan

Rev

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

Rev 30197 Rev 30201
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() {
-
 
18
		super();
-
 
19
		// TODO Auto-generated constructor stub
-
 
20
	}
-
 
21
 
17
	public SaholicCIS(int itemId, int warehouseId, int warehouseFrom, int category, int availability, int reserved,
22
	public SaholicCIS(int itemId, int warehouseId, int warehouseFrom, int category, int availability, int reserved,
18
			int netavailability) {
23
			int netavailability) {
19
		super();
24
		super();
20
		this.itemId = itemId;
25
		this.itemId = itemId;
21
		this.warehouseId = warehouseId;
26
		this.warehouseId = warehouseId;