Guest User

Untitled

a guest
Nov 16th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. import java.util.*;
  2.  
  3. /**
  4. *
  5. */
  6. public class Company {
  7.  
  8. /**
  9. * Default constructor
  10. */
  11. public Company() {
  12. }
  13.  
  14. /**
  15. *
  16. */
  17. public void Id;
  18.  
  19. /**
  20. *
  21. */
  22. public void Name;
  23.  
  24.  
  25. }
  26.  
  27. import java.util.*;
  28.  
  29. /**
  30. *
  31. */
  32. public class Employee {
  33.  
  34. /**
  35. * Default constructor
  36. */
  37. public Employee() {
  38. }
  39.  
  40. /**
  41. *
  42. */
  43. public void Id;
  44.  
  45. /**
  46. *
  47. */
  48. public void Name;
  49.  
  50.  
  51. }
Add Comment
Please, Sign In to add comment