getService().validaItem(item, getEntity());
getEntity().setValor(getEntity().getValorTotal());
if(!isAlteracaoItem())
getEntity().getItens().add(item);
item = new ItensDespesa();
this.alteracaoItem = false;
}catch(ServiceBusinessException e){
addError(e.getMessage());
}
}