Subversion Repositories SmartDukaan

Rev

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

Rev 10680 Rev 10683
Line 6... Line 6...
6
	private Long id;
6
	private Long id;
7
	private String color;
7
	private String color;
8
	private Double minEmi;
8
	private Double minEmi;
9
	private String buttonText; 
9
	private String buttonText; 
10
	private Boolean showSellingPrice = false; 
10
	private Boolean showSellingPrice = false; 
11
	private Boolean comingSoon = false; 
11
	private Boolean comingSoon = false;
-
 
12
	private String statusDescription;
12
	
13
	
13
	
14
	
14
	public Double getSellingPrice() {
15
	public Double getSellingPrice() {
15
		return sellingPrice;
16
		return sellingPrice;
16
	}
17
	}
Line 64... Line 65...
64
		this.comingSoon = comingSoon;
65
		this.comingSoon = comingSoon;
65
	}
66
	}
66
	public Boolean getComingSoon() {
67
	public Boolean getComingSoon() {
67
		return comingSoon;
68
		return comingSoon;
68
	}
69
	}
-
 
70
	public void setStatusDescription(String statusDescription) {
-
 
71
		this.statusDescription = statusDescription;
-
 
72
	}
-
 
73
	public String getStatusDescription() {
-
 
74
		return statusDescription;
-
 
75
	}
69
}
76
}