0013743: Projeto BPe - Erro ao trocar bilhete ECF em ambiente BPe
bug#13743 dev:daniel qua:junia git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@90927 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b09f9db7ff
commit
4e354957a7
|
@ -267,6 +267,9 @@ public class Empresa implements Serializable {
|
|||
@Column(name = "INDREAPROVEITARNUMBPEREJEITADO")
|
||||
private Boolean indReaproveitarNumBPeRejeitado;
|
||||
|
||||
@Column(name = "INDSUBSTITUICAOIGUALSEFAZ")
|
||||
private Boolean indSubstituicaoIgualSefaz;
|
||||
|
||||
public Empresa() {
|
||||
super();
|
||||
}
|
||||
|
@ -1008,6 +1011,16 @@ public class Empresa implements Serializable {
|
|||
public void setIndReaproveitarNumBPeRejeitado(Boolean indReaproveitarNumBPeRejeitado) {
|
||||
this.indReaproveitarNumBPeRejeitado = indReaproveitarNumBPeRejeitado;
|
||||
}
|
||||
|
||||
public Boolean getIndSubstituicaoIgualSefaz() {
|
||||
return indSubstituicaoIgualSefaz == null ? false : indSubstituicaoIgualSefaz;
|
||||
}
|
||||
|
||||
public void setIndSubstituicaoIgualSefaz(Boolean indSubstituicaoIgualSefaz) {
|
||||
this.indSubstituicaoIgualSefaz = indSubstituicaoIgualSefaz;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue