return department;
return hireDate;
return id;
return name;
return orders;
return region;
this.department = department;
this.hireDate = hireDate;
this.id = id;
this.name = name;
this.orders = orders;
this.region = region;