return employeeId;
return firstName;
return hireDateDisplay;
return lastName;
return salary;
return married;
this.employeeId = employeeId;
this.firstName = firstName;
this.hireDateDisplay = hireDate;
this.lastName = lastName;
this.married = married;
this.salary = salary;