/**
  * Setter to inject a DistrictSante value
  *
  * @param value the value to be injected
  * @param isLocked true if relation field shall be locked (non editable)
  */
 public void setDistrictSanteArrivee(DistrictSanteProxy value, boolean isLocked) {
   editor.setDistrictSanteArrivee(value, isLocked);
 }