diff --git a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java index 69b7c035d..452609708 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java +++ b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java @@ -156,6 +156,33 @@ public class EmpresaImposto implements Serializable { private Boolean indTribViagem; public EmpresaImposto() { + super(); + this.indTarifaMunicipal = false; + this.indSeguroMunicipal = false; + this.indTxEmbarqueMunicipal = false; + this.indPedagioMunicipal = false; + this.indTarifaEstadual = false; + this.indSeguroEstadual = false; + this.indTxEmbarqueEstadual = false; + this.indPedadioEstdual = false; + this.indJaneiro = false; + this.indFevereiro = false; + this.indMarco = false; + this.indAbril = false; + this.indMaio = false; + this.indJunho = false; + this.indJulho = false; + this.indAgosto = false; + this.indSetembro = false; + this.indOutubro = false; + this.indNovembro = false; + this.indDezembro = false; + this.indOutrosIsento = false; + this.indOutrasUFBloqueadas = false; + this.isBPe = false; + this.indRedutorBaseIcmsBPe = false; + this.indTribEmissao = false; + this.indTribViagem = false; } /**