Subversion Repositories SmartDukaan

Rev

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

Rev 9846 Rev 10673
Line 5... Line 5...
5
	private Double mrp;
5
	private Double mrp;
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; 
-
 
11
	private Boolean comingSoon = false; 
10
	
12
	
11
	
13
	
12
	public double getSellingPrice() {
14
	public double getSellingPrice() {
13
		return sellingPrice;
15
		return sellingPrice;
14
	}
16
	}
Line 49... Line 51...
49
		this.buttonText = buttonText;
51
		this.buttonText = buttonText;
50
	}
52
	}
51
	public String getButtonText() {
53
	public String getButtonText() {
52
		return buttonText;
54
		return buttonText;
53
	}
55
	}
-
 
56
	
-
 
57
	public void setShowSellingPrice(Boolean showSellingPrice) {
-
 
58
		this.showSellingPrice = showSellingPrice;
-
 
59
	}
-
 
60
	public Boolean getShowSellingPrice() {
-
 
61
		return showSellingPrice;
-
 
62
	}
-
 
63
	public void setComingSoon(Boolean comingSoon) {
-
 
64
		this.comingSoon = comingSoon;
-
 
65
	}
-
 
66
	public Boolean getComingSoon() {
-
 
67
		return comingSoon;
-
 
68
	}
54
}
69
}