Subversion Repositories SmartDukaan

Rev

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

Rev 22653 Rev 22702
Line 73... Line 73...
73
	@Convert(converter = LocalDateTimeAttributeConverter.class)
73
	@Convert(converter = LocalDateTimeAttributeConverter.class)
74
	@Column(name = "active_timestamp")
74
	@Column(name = "active_timestamp")
75
	private LocalDateTime activeTimestamp = null;
75
	private LocalDateTime activeTimestamp = null;
76
	
76
	
77
	@Convert(converter = LocalDateTimeAttributeConverter.class)
77
	@Convert(converter = LocalDateTimeAttributeConverter.class)
78
	@Column(name = "expired")
78
	@Column(name = "expire_timestamp")
79
	private LocalDateTime expireTimestamp = null;
79
	private LocalDateTime expireTimestamp = null;
80
	
80
	
81
	@Column(name = "created_by")
81
	@Column(name = "created_by")
82
	private int createdBy;
82
	private int createdBy;
83
	
83