Subversion Repositories SmartDukaan

Rev

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

Rev 23418 Rev 23580
Line 53... Line 53...
53
	
53
	
54
	@Convert(converter = LocalDateTimeAttributeConverter.class)
54
	@Convert(converter = LocalDateTimeAttributeConverter.class)
55
	@Column(name = "create_timestamp")
55
	@Column(name = "create_timestamp")
56
	private LocalDateTime createTimestamp = LocalDateTime.now();
56
	private LocalDateTime createTimestamp = LocalDateTime.now();
57
	
57
	
-
 
58
	@Convert(converter = LocalDateTimeAttributeConverter.class)
-
 
59
	@Column(name = "notify_timestamp")
-
 
60
	private LocalDateTime notifyTimeStamp = null;
-
 
61
	
-
 
62
	public LocalDateTime getNotifyTimeStamp() {
-
 
63
		return notifyTimeStamp;
-
 
64
	}
-
 
65
 
-
 
66
	public void setNotifyTimeStamp(LocalDateTime notifyTimeStamp) {
-
 
67
		this.notifyTimeStamp = notifyTimeStamp;
-
 
68
	}
-
 
69
 
58
	public int getId() {
70
	public int getId() {
59
		return id;
71
		return id;
60
	}
72
	}
61
 
73
 
62
	public void setId(int id) {
74
	public void setId(int id) {