fixes bug #7985
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@62459 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e8f48cfc79
commit
679edb1e97
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue