Subversion Repositories SmartDukaan

Rev

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

Rev 20424 Rev 20702
Line 19... Line 19...
19
    
19
    
20
    @SerializedName(value = "offer_text")
20
    @SerializedName(value = "offer_text")
21
    private String offerText;
21
    private String offerText;
22
    
22
    
23
	public String getImageUrl() {
23
	public String getImageUrl() {
24
		return imageUrl;
24
		return "http://staging.profittill.com/app/webroot/timthumb.php?src="+imageUrl+"&h=150&q=100";
25
	}
25
	}
26
	public void setImageUrl(String imageUrl) {
26
	public void setImageUrl(String imageUrl) {
27
		this.imageUrl = imageUrl;
27
		this.imageUrl = imageUrl;
28
	}
28
	}
29
	public String getDescription() {
29
	public String getDescription() {