Subversion Repositories SmartDukaan

Rev

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

Rev 27878 Rev 35600
Line 1... Line 1...
1
package com.spice.profitmandi.dao.model;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
-
 
3
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
-
 
4
 
3
import java.util.List;
5
import java.util.List;
4
import java.util.Objects;
6
import java.util.Objects;
5
 
7
 
-
 
8
@JsonIgnoreProperties(ignoreUnknown = true)
6
public class TargetSlab implements Comparable<TargetSlab>{
9
public class TargetSlab implements Comparable<TargetSlab>{
7
	
10
	
8
	private int onwardsAmount;
11
	private int onwardsAmount;
9
	private String targetDescription;
12
	private String targetDescription;
10
	private List<ItemCriteriaPayout> itemCriteriaPayouts;
13
	private List<ItemCriteriaPayout> itemCriteriaPayouts;