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