Subversion Repositories SmartDukaan

Rev

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

Rev 26958 Rev 28200
Line 15... Line 15...
15
	private LeadStatus status;
15
	private LeadStatus status;
16
	private String remark;
16
	private String remark;
17
	private int assignTo;
17
	private int assignTo;
18
	private String source;
18
	private String source;
19
	private Boolean colorCheck;
19
	private Boolean colorCheck;
-
 
20
	private String reason;
20
 
21
 
21
	private LocalDateTime closureTimestamp;
22
	private LocalDateTime closureTimestamp;
22
 
23
 
-
 
24
	public String getReason() {
-
 
25
		return reason;
-
 
26
	}
-
 
27
 
-
 
28
	public void setReason(String reason) {
-
 
29
		this.reason = reason;
-
 
30
	}
-
 
31
 
23
	public LocalDateTime getClosureTimestamp() {
32
	public LocalDateTime getClosureTimestamp() {
24
		return closureTimestamp;
33
		return closureTimestamp;
25
	}
34
	}
26
 
35
 
27
	public void setClosureTimestamp(LocalDateTime closureTimestamp) {
36
	public void setClosureTimestamp(LocalDateTime closureTimestamp) {