public void put(EmployeesRowImpl obj, Object value) {
   obj.setManagerId((Number) value);
 }