Mutuo m = gestionePraticaFacade.getMutuo(numeroMutuo);
GruppoDatiFinanziari gdf = m.getGruppoDatiFinanziari().iterator().next();
//MUTUATARI
for ( Legame l : gestionePraticaFacade.getLegamiMutuoPerCodiceRapporto(m, CodiceRapporto.CODICE_RAPPORTO_MUTUATARIO.getValue())){
RowLegame rl = new RowLegame();
rl.setLegame(l);
listaMutuatari.add(rl);
System.out.println("@@@@MUTUATARI : <"+l.getNumeroSoggetto()+">");
}
//ASSICURAZIONI