Subversion Repositories SmartDukaan

Rev

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

Rev 23509 Rev 23527
Line 27... Line 27...
27
	
27
	
28
	@Column(name = "create_timestamp")
28
	@Column(name = "create_timestamp")
29
	private LocalDateTime createTimestamp = LocalDateTime.now();
29
	private LocalDateTime createTimestamp = LocalDateTime.now();
30
	
30
	
31
	@Column(name = "rolled_back_timestamp")
31
	@Column(name = "rolled_back_timestamp")
32
	private LocalDateTime rolled_back_timestamp;
32
	private LocalDateTime rolledBackTimestamp;
33
	
-
 
34
	public LocalDateTime getRolled_back_timestamp() {
-
 
35
		return rolled_back_timestamp;
-
 
36
	}
-
 
37
 
-
 
38
	public void setRolled_back_timestamp(LocalDateTime rolled_back_timestamp) {
-
 
39
		this.rolled_back_timestamp = rolled_back_timestamp;
-
 
40
	}
-
 
41
 
33
 
42
	public int getSchemeId() {
34
	public int getSchemeId() {
43
		return schemeId;
35
		return schemeId;
44
	}
36
	}
45
	
37
	
Line 68... Line 60...
68
	}
60
	}
69
	
61
	
70
	public void setCreateTimestamp(LocalDateTime createTimestamp) {
62
	public void setCreateTimestamp(LocalDateTime createTimestamp) {
71
		this.createTimestamp = createTimestamp;
63
		this.createTimestamp = createTimestamp;
72
	}
64
	}
-
 
65
	
-
 
66
	public LocalDateTime getRolledBackTimestamp() {
-
 
67
		return rolledBackTimestamp;
-
 
68
	}
-
 
69
	
-
 
70
	public void setRolledBackTimestamp(LocalDateTime rolledBackTimestamp) {
-
 
71
		this.rolledBackTimestamp = rolledBackTimestamp;
-
 
72
	}
73
 
73
 
74
	@Override
74
	@Override
75
	public int hashCode() {
75
	public int hashCode() {
76
		final int prime = 31;
76
		final int prime = 31;
77
		int result = 1;
77
		int result = 1;