Subversion Repositories SmartDukaan

Rev

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

Rev 7286 Rev 7312
Line 16... Line 16...
16
	
16
	
17
	private ExpertReviewStatus status;
17
	private ExpertReviewStatus status;
18
	
18
	
19
	private Date createdOn;
19
	private Date createdOn;
20
	private String reviewContent;
20
	private String reviewContent;
-
 
21
	private String url;
21
	private String source;
22
	private String source;
22
	private String createdBy;
23
	private String createdBy;
23
	private String approvedBy;
24
	private String approvedBy;
24
	
25
	
25
	public ExpertReview(Date createdOn) {
26
	public ExpertReview(Date createdOn) {
Line 55... Line 56...
55
		this.approvedBy = approvedBy;
56
		this.approvedBy = approvedBy;
56
	}
57
	}
57
	public String getApprovedBy() {
58
	public String getApprovedBy() {
58
		return approvedBy;
59
		return approvedBy;
59
	}
60
	}
-
 
61
	public void setUrl(String url) {
-
 
62
		this.url = url;
-
 
63
	}
-
 
64
	public String getUrl() {
-
 
65
		return url;
-
 
66
	}
60
	
67
	
61
	
68
	
62
}
69
}