Advertisement
tezuka777

rawEmployee

Jul 15th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.48 KB | None | 0 0
  1. private int id;
  2. private String firstName;
  3. private String middleName;
  4. private String lastName;
  5. private String alias;
  6. private String designation;
  7. private Date dob;
  8. private String address;
  9. private String email;
  10. private String mobile;
  11. private String pic;
  12. private String nationality;
  13. private String nric;
  14.  
  15. private String homeNumber;
  16.  
  17. private int status;
  18.  
  19. private Date createdAt;
  20. private Date updatedAt;
  21. private String workPass;
  22.  
  23. private String resident;
  24.  
  25. private int owner;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement