Subversion Repositories SmartDukaan

Rev

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

Rev 27377 Rev 27381
Line 54... Line 54...
54
	private LocalDateTime rolledBackTimestamp;
54
	private LocalDateTime rolledBackTimestamp;
55
 
55
 
56
	@Column(name = "credit_timestamp")
56
	@Column(name = "credit_timestamp")
57
	private LocalDateTime creditTimestamp;
57
	private LocalDateTime creditTimestamp;
58
 
58
 
59
	@Column(name = "status_description")
59
	@Column(name = "description")
60
	private String statusDescription;
60
	private String statusDescription;
61
 
61
 
62
	public int getId() {
62
	public int getId() {
63
		return id;
63
		return id;
64
	}
64
	}