Subversion Repositories SmartDukaan

Rev

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

Rev 30683 Rev 32339
Line 1... Line 1...
1
package com.spice.profitmandi.service.inventory;
1
package com.spice.profitmandi.service.inventory;
2
 
2
 
3
public class MappedComboModel {
3
public class MappedComboModel {
4
 
4
 
5
	private int catalogId;
5
	private int catalogId;
6
 
-
 
7
	private int qty;
6
	private int qty;
8
 
7
 
9
	public int getCatalogId() {
8
	public int getCatalogId() {
10
		return catalogId;
9
		return catalogId;
11
	}
10
	}