From 0241652258293c896a6363cff811cc3d68c6f9d2 Mon Sep 17 00:00:00 2001 From: frederico Date: Fri, 29 Apr 2016 17:29:17 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#7402=20-=20cria=C3=A7=C3=A3o=20c?= =?UTF-8?q?ampo=20Valida=20Aliquota=20ECF=20na=20Aba=20Imposto=20da=20tela?= =?UTF-8?q?=20de=20Empresa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@55407 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/entidad/EmpresaImposto.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java index 57dd07b20..2465a321f 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java +++ b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java @@ -118,6 +118,9 @@ public class EmpresaImposto implements Serializable { private BigDecimal icmsIntermunicipal; @Column(name = "INDICEICMSIMECF") private BigDecimal indiceICMSIntermunicipal; + + @Column(name="INDVALIDAECF") + private Boolean indValidaECF; public EmpresaImposto() { } @@ -653,4 +656,12 @@ public class EmpresaImposto implements Serializable { public void setIndiceICMSIntermunicipal(BigDecimal indiceICMSIntermunicipal) { this.indiceICMSIntermunicipal = indiceICMSIntermunicipal; } + + public Boolean getIndValidaECF() { + return indValidaECF; + } + + public void setIndValidaECF(Boolean indValidaECF) { + this.indValidaECF = indValidaECF; + } } \ No newline at end of file