Subversion Repositories SmartDukaan

Rev

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

Rev 26342 Rev 28568
Line 5... Line 5...
5
public class PriceDropImeisModel {
5
public class PriceDropImeisModel {
6
	int priceDropId;
6
	int priceDropId;
7
	List<String> pendingImeis;
7
	List<String> pendingImeis;
8
	List<String> approvedImeis;
8
	List<String> approvedImeis;
9
	List<String> rejectedImeis;
9
	List<String> rejectedImeis;
-
 
10
	List<String> holdImeis;
10
	String updatedStatus;
11
	String updatedStatus;
-
 
12
	
-
 
13
	
-
 
14
	
-
 
15
	public List<String> getHoldImeis() {
-
 
16
		return holdImeis;
-
 
17
	}
-
 
18
	public void setHoldImeis(List<String> holdImeis) {
-
 
19
		this.holdImeis = holdImeis;
-
 
20
	}
11
	public String getUpdatedStatus() {
21
	public String getUpdatedStatus() {
12
		return updatedStatus;
22
		return updatedStatus;
13
	}
23
	}
14
	private String rejectionReason;
24
	private String rejectionReason;
15
	public void setUpdatedStatus(String updatedStatus) {
25
	public void setUpdatedStatus(String updatedStatus) {