if ("S".equalsIgnoreCase(dettaglioCausale.getFlagDataCompetenza()) && voce.isNullDataCompetenza())
throw new DataCompetenzaNotFoundException();
if (!"D".equalsIgnoreCase(dettaglioCausale.getSegno()) && !"A".equalsIgnoreCase(dettaglioCausale.getSegno())) {
throw new SegnoCausaleNonPrevistoException(dettaglioCausale.getSegno());
}
MovimentoContabile movimentoContabile = new MovimentoContabile();
MovimentoContabileId id = new MovimentoContabileId();
id.setNumeroArticolo(datiFattura.getNumeroArticolo());