Subversion Repositories SmartDukaan

Rev

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

Rev 25930 Rev 26958
Line 22... Line 22...
22
	private int leadId;
22
	private int leadId;
23
 
23
 
24
	@Column(name = "schedule_timestamp")
24
	@Column(name = "schedule_timestamp")
25
	private LocalDateTime schelduleTimestamp;
25
	private LocalDateTime schelduleTimestamp;
26
 
26
 
-
 
27
	@Column(name = "closure_timestamp")
-
 
28
	private LocalDateTime closureTimestamp;
-
 
29
 
27
	@Column(name = "remark")
30
	@Column(name = "remark")
28
	private String remark;
31
	private String remark;
29
 
32
 
-
 
33
	public LocalDateTime getClosureTimestamp() {
-
 
34
		return closureTimestamp;
-
 
35
	}
-
 
36
 
-
 
37
	public void setClosureTimestamp(LocalDateTime closureTimestamp) {
-
 
38
		this.closureTimestamp = closureTimestamp;
-
 
39
	}
-
 
40
 
30
	@Column(name = "created_timestamp")
41
	@Column(name = "created_timestamp")
31
	private LocalDateTime createdTimestamp;
42
	private LocalDateTime createdTimestamp;
32
 
43
 
33
	public int getId() {
44
	public int getId() {
34
		return id;
45
		return id;