Subversion Repositories SmartDukaan

Rev

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

Rev 28977 Rev 29055
Line 41... Line 41...
41
	private String code;
41
	private String code;
42
	
42
	
43
	@Column(name="create_timestamp")
43
	@Column(name="create_timestamp")
44
	private LocalDateTime createTimestamp;
44
	private LocalDateTime createTimestamp;
45
	
45
	
-
 
46
	@Column(name="pending_create_timestamp")
-
 
47
	private LocalDateTime pendingCreateTimestamp;
-
 
48
	
46
	@Column(name="na_Comment")
49
	@Column(name="na_Comment")
47
	private String na_Comment;
50
	private String na_Comment;
48
 
51
 
49
	public int getId() {
52
	public int getId() {
50
		return id;
53
		return id;
Line 62... Line 65...
62
		this.fofoId = fofoId;
65
		this.fofoId = fofoId;
63
	}
66
	}
64
	
67
	
65
	
68
	
66
 
69
 
-
 
70
	public LocalDateTime getPendingCreateTimestamp() {
-
 
71
		return pendingCreateTimestamp;
-
 
72
	}
-
 
73
 
-
 
74
	public void setPendingCreateTimestamp(LocalDateTime pendingCreateTimestamp) {
-
 
75
		this.pendingCreateTimestamp = pendingCreateTimestamp;
-
 
76
	}
-
 
77
 
67
	public LocalDateTime getCreateTimestamp() {
78
	public LocalDateTime getCreateTimestamp() {
68
		return createTimestamp;
79
		return createTimestamp;
69
	}
80
	}
70
 
81
 
71
	public void setCreateTimestamp(LocalDateTime createTimestamp) {
82
	public void setCreateTimestamp(LocalDateTime createTimestamp) {