Subversion Repositories SmartDukaan

Rev

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

Rev 11762 Rev 12025
Line 9... Line 9...
9
	private Double minEmi;
9
	private Double minEmi;
10
	private String buttonText; 
10
	private String buttonText; 
11
	private Boolean showSellingPrice = true; 
11
	private Boolean showSellingPrice = true; 
12
	private Boolean comingSoon = false;
12
	private Boolean comingSoon = false;
13
	private String statusDescription;
13
	private String statusDescription;
-
 
14
	private String bestDealText;
14
	private PrivateDealPojo dealPojo;
15
	private PrivateDealPojo dealPojo;
15
		
16
		
16
	
17
	
17
	public Double getSellingPrice() {
18
	public Double getSellingPrice() {
18
		return sellingPrice;
19
		return sellingPrice;
Line 79... Line 80...
79
		this.dealPojo = dealPojo;
80
		this.dealPojo = dealPojo;
80
	}
81
	}
81
	public PrivateDealPojo getDealPojo() {
82
	public PrivateDealPojo getDealPojo() {
82
		return dealPojo;
83
		return dealPojo;
83
	}
84
	}
-
 
85
	public void setBestDealText(String bestDealText) {
-
 
86
		this.bestDealText = bestDealText;
-
 
87
	}
-
 
88
	public String getBestDealText() {
-
 
89
		return bestDealText;
-
 
90
	}
84
}
91
}