Subversion Repositories SmartDukaan

Rev

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

Rev 35503 Rev 35528
Line 194... Line 194...
194
 
194
 
195
	public void setVideoUrls(List<VideoUrlsContentPojo> videoUrls) {
195
	public void setVideoUrls(List<VideoUrlsContentPojo> videoUrls) {
196
		this.videoUrls = videoUrls;
196
		this.videoUrls = videoUrls;
197
	}
197
	}
198
 
198
 
199
    public String getDescription() {
199
    /*public String getDescription() {
200
        return description;
200
        return description;
201
    }
201
    }
202
 
202
 
203
    public void generateDescription() {
203
    public void generateDescription() {
204
        StringBuilder desc = new StringBuilder();
204
        StringBuilder desc = new StringBuilder();
Line 255... Line 255...
255
        if (this.warranty != null && !this.warranty.trim().isEmpty()) {
255
        if (this.warranty != null && !this.warranty.trim().isEmpty()) {
256
            desc.append("Warranty: ").append(this.warranty.trim()).append(" <br>");
256
            desc.append("Warranty: ").append(this.warranty.trim()).append(" <br>");
257
        }
257
        }
258
 
258
 
259
        this.description = desc.toString().trim();
259
        this.description = desc.toString().trim();
260
    }
260
    }*/
261
 
261
 
262
    @Override
262
    @Override
263
	public String toString() {
263
	public String toString() {
264
		return "ContentPojo [id=" + id + ", introduction=" + introduction + ", url=" + url + ", keySpecs=" + keySpecs
264
		return "ContentPojo [id=" + id + ", introduction=" + introduction + ", url=" + url + ", keySpecs=" + keySpecs
265
				+ ", detailedSpecs=" + detailedSpecs + ", warranty=" + warranty + ", name=" + name + ", categoryName="
265
				+ ", detailedSpecs=" + detailedSpecs + ", warranty=" + warranty + ", name=" + name + ", categoryName="