Subversion Repositories SmartDukaan

Rev

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

Rev 29942 Rev 36528
Line 20... Line 20...
20
	public LocalDateTime getDate() {
20
	public LocalDateTime getDate() {
21
		return LocalDateTime.ofEpochSecond(created / 1000, 0, ZoneOffset.ofHoursMinutes(5, 30));
21
		return LocalDateTime.ofEpochSecond(created / 1000, 0, ZoneOffset.ofHoursMinutes(5, 30));
22
	}
22
	}
23
 
23
 
24
	private boolean expired;
24
	private boolean expired;
-
 
25
	private boolean read;
25
 
26
 
26
	private MessageType messageType;
27
	private MessageType messageType;
27
 
28
 
28
	private Integer documentId;
29
	private Integer documentId;
29
	private String documentName;
30
	private String documentName;
Line 131... Line 132...
131
 
132
 
132
	public void setExpired(boolean expired) {
133
	public void setExpired(boolean expired) {
133
		this.expired = expired;
134
		this.expired = expired;
134
	}
135
	}
135
 
136
 
-
 
137
	public boolean isRead() {
-
 
138
		return read;
-
 
139
	}
-
 
140
 
-
 
141
	public void setRead(boolean read) {
-
 
142
		this.read = read;
-
 
143
	}
-
 
144
 
136
	public long getCreated() {
145
	public long getCreated() {
137
		return created;
146
		return created;
138
	}
147
	}
139
 
148
 
140
	public void setCreated(long created) {
149
	public void setCreated(long created) {