Subversion Repositories SmartDukaan

Rev

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

Rev 21925 Rev 22858
Line 1... Line 1...
1
package com.spice.profitmandi.web.request;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
public class ItemIdQuantity {
3
public class ItemIdQuantity {
4
	private int itemId;
4
	private int itemId;
5
	private int quantity;
5
	private int quantity;
6
	public int getItemId() {
6
	public int getItemId() {