From 2321720270242f320e59509cd70eae198ceb8e96 Mon Sep 17 00:00:00 2001 From: wilian Date: Tue, 25 Sep 2018 14:33:23 +0000 Subject: [PATCH] bug#10590 dev:fabio qua:wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@85612 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../rjconsultores/ventaboletos/entidad/Empresa.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/Empresa.java b/src/com/rjconsultores/ventaboletos/entidad/Empresa.java index 4d171b8ab..76b1baf74 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/Empresa.java +++ b/src/com/rjconsultores/ventaboletos/entidad/Empresa.java @@ -227,6 +227,8 @@ public class Empresa implements Serializable { @Column(name = "INDIMPRIME2VIASIMPRENAOFISCAL") private Boolean indImprime2ViasImpreNaoFiscal; + @Column(name = "INDEXIBEDIFMENORTROCACEECF") + private Boolean indExibeDiferencaMenorTrocaCupomEmbarqueEcf; public Empresa() { super(); @@ -865,6 +867,14 @@ public class Empresa implements Serializable { public void setIndImprime2ViasDevolucao(Boolean indImprime2ViasDevolucao) { this.indImprime2ViasDevolucao = indImprime2ViasDevolucao; } + + public Boolean getIndExibeDiferencaMenorTrocaCupomEmbarqueEcf() { + return indExibeDiferencaMenorTrocaCupomEmbarqueEcf; + } + + public void setIndExibeDiferencaMenorTrocaCupomEmbarqueEcf(Boolean indExibeDiferencaMenorTrocaCupomEmbarqueEcf) { + this.indExibeDiferencaMenorTrocaCupomEmbarqueEcf = indExibeDiferencaMenorTrocaCupomEmbarqueEcf; + } }