fixes bug#0013138
dev: thiago qua: renato Implementação efetuada. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@89111 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c750a00654
commit
13ab4bdfcc
|
@ -31,6 +31,7 @@ public class FechamentoParamgeral implements java.io.Serializable {
|
|||
private String boletoBancoCarteiraVariavel;
|
||||
private Integer boletoDiasVenc;
|
||||
private String codConvenio;
|
||||
private String boletoBancoInstrucao;
|
||||
|
||||
|
||||
private Date fecmodif;
|
||||
|
@ -188,6 +189,15 @@ public class FechamentoParamgeral implements java.io.Serializable {
|
|||
this.codConvenio = codConvenio;
|
||||
}
|
||||
|
||||
@Column(name = "BOLETO_BANCO_INSTRUCAO", precision = 255)
|
||||
public String getBoletoBancoInstrucao() {
|
||||
return boletoBancoInstrucao;
|
||||
}
|
||||
|
||||
public void setBoletoBancoInstrucao(String boletoBancoInstrucao) {
|
||||
this.boletoBancoInstrucao = boletoBancoInstrucao;
|
||||
}
|
||||
|
||||
@Column(name = "ACTIVO", precision = 1, scale = 0)
|
||||
public Boolean getActivo() {
|
||||
return activo;
|
||||
|
|
Loading…
Reference in New Issue