Subversion Repositories SmartDukaan

Rev

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

Rev 20424 Rev 20702
Line 30... Line 30...
30
	public String getThumbnail() {
30
	public String getThumbnail() {
31
		return thumbnail;
31
		return thumbnail;
32
	}
32
	}
33
	
33
	
34
	public void setThumbnail(String thumbnail) {
34
	public void setThumbnail(String thumbnail) {
35
		this.thumbnail = thumbnail;
35
		//Height Fixed to 100
-
 
36
		this.thumbnail = "http://staging.profittill.com/app/webroot/timthumb.php?src="+thumbnail+"&h=150&q=100";
36
	}
37
	}
37
	
38
	
38
	public String getTitle() {
39
	public String getTitle() {
39
		return title;
40
		return title;
40
	}
41
	}