Subversion Repositories SmartDukaan

Rev

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

Rev 16543 Rev 20423
Line 20... Line 20...
20
	public ContentPojo(Long id) {
20
	public ContentPojo(Long id) {
21
		this.id = id;
21
		this.id = id;
22
	}
22
	}
23
	//Content
23
	//Content
24
	private Long id;
24
	private Long id;
-
 
25
	private String introduction;
-
 
26
	public String getIntroduction() {
-
 
27
		return introduction;
-
 
28
	}
-
 
29
 
-
 
30
	public void setIntroduction(String introduction) {
-
 
31
		this.introduction = introduction;
-
 
32
	}
25
	private String url;
33
	private String url;
26
	private List<String> keySpecs;
34
	private List<String> keySpecs;
27
	private List<SpecificationGroup> detailedSpecs;
35
	private List<SpecificationGroup> detailedSpecs;
28
	private List<ExpertReviewPojo> expertReviews;
36
	private List<ExpertReviewPojo> expertReviews;
29
	private String warranty;
37
	private String warranty;