Subversion Repositories SmartDukaan

Rev

Rev 32171 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32171 Rev 32463
Line 53... Line 53...
53
    private LocalDateTime createdTimestamp;
53
    private LocalDateTime createdTimestamp;
54
 
54
 
55
    @Column(name = "last_login_timestap", unique = true, updatable = true)
55
    @Column(name = "last_login_timestap", unique = true, updatable = true)
56
    private LocalDateTime lastLoginTimestamp;
56
    private LocalDateTime lastLoginTimestamp;
57
 
57
 
-
 
58
    public String getImageUrl() {
-
 
59
        return imageUrl;
-
 
60
    }
-
 
61
 
-
 
62
    public void setImageUrl(String imageUrl) {
-
 
63
        this.imageUrl = imageUrl;
-
 
64
    }
-
 
65
 
-
 
66
    private String imageUrl;
-
 
67
 
58
    public String getEmployeeCode() {
68
    public String getEmployeeCode() {
59
        return employeeCode;
69
        return employeeCode;
60
    }
70
    }
61
 
71
 
62
 
72