Subversion Repositories SmartDukaan

Rev

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

Rev 22232 Rev 22235
Line 32... Line 32...
32
	
32
	
33
	@Column(name = "status", columnDefinition = "tinyint(1) default 0")
33
	@Column(name = "status", columnDefinition = "tinyint(1) default 0")
34
	private boolean status;
34
	private boolean status;
35
	
35
	
36
	@Convert(converter = LocalDateTimeAttributeConverter.class)
36
	@Convert(converter = LocalDateTimeAttributeConverter.class)
37
	@Column(name="create_timestamp", updatable = false)
37
	@Column(name="created", updatable = false)
38
	private LocalDateTime createTimestamp;
38
	private LocalDateTime createTimestamp;
39
 
39
 
40
	public int getId() {
40
	public int getId() {
41
		return id;
41
		return id;
42
	}
42
	}