Example #1
0
 public void actualizarDatos(BienBean bien) {
   if (bien == null) return;
   bien.setMejoras(mejorasListaPane.getCollection());
 }