fixes bug #7985
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@62466 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
679edb1e97
commit
5f59f0456c
|
@ -33,6 +33,9 @@ public class EventosFinanceirosVO {
|
||||||
|
|
||||||
private Long boletoId;
|
private Long boletoId;
|
||||||
|
|
||||||
|
private String numFolioSistema;
|
||||||
|
|
||||||
|
|
||||||
public Long getEventoextraId() {
|
public Long getEventoextraId() {
|
||||||
return eventoextraId;
|
return eventoextraId;
|
||||||
}
|
}
|
||||||
|
@ -212,4 +215,13 @@ public class EventosFinanceirosVO {
|
||||||
this.boletoId = boletoId;
|
this.boletoId = boletoId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getNumFolioSistema() {
|
||||||
|
return numFolioSistema;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNumFolioSistema(String numFolioSistema) {
|
||||||
|
this.numFolioSistema = numFolioSistema;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue