public void put(EmployeesRowImpl obj, Object value) {
   obj.setHireDate((Date) value);
 }