public void put(EmployeesRowImpl obj, Object value) {
   obj.setPhoneNumber((String) value);
 }