valdevir 2016-11-09 12:12:59 +00:00
parent e8f48cfc79
commit 679edb1e97
1 changed files with 24 additions and 14 deletions

View File

@ -31,6 +31,8 @@ public class EventosFinanceirosVO {
private Boolean exigeConferenciaAba;
private Long boletoId;
public Long getEventoextraId() {
return eventoextraId;
}
@ -202,4 +204,12 @@ public class EventosFinanceirosVO {
return "C";
}
public Long getBoletoId() {
return boletoId;
}
public void setBoletoId(Long boletoId) {
this.boletoId = boletoId;
}
}