Subversion Repositories SmartDukaan

Rev

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

Rev 33616 Rev 36081
Line 1... Line 1...
1
package com.spice.profitmandi.service.offers;
1
package com.spice.profitmandi.service.offers;
2
 
2
 
3
import java.util.List;
3
import java.util.List;
4
import java.util.Objects;
4
import java.util.Objects;
5
 
5
 
6
public class ItemCriteria {
6
public class ItemCriteria implements java.io.Serializable {
-
 
7
	private static final long serialVersionUID = 1L;
7
	private int id;
8
	private int id;
8
    private float startPrice;
9
    private float startPrice;
9
    private float endPrice;
10
    private float endPrice;
10
    private List<Integer> catalogIds;
11
    private List<Integer> catalogIds;
11
    private List<Integer> excludeCatalogIds;
12
    private List<Integer> excludeCatalogIds;