0015249: Campo Imposto Obrigatório
0015219: LEI Nº 8.405 / Rio de Janeiro - Fundo de combate a pobreza bug#15219 bug#15249 dev:leonardo qua:junea git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@97769 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
429453cd47
commit
78b6514d09
|
@ -158,6 +158,9 @@ public class EmpresaImposto implements Serializable {
|
||||||
@Column(name = "INDTRIBVIAGEM")
|
@Column(name = "INDTRIBVIAGEM")
|
||||||
private Boolean indTribViagem;
|
private Boolean indTribViagem;
|
||||||
|
|
||||||
|
@Column(name = "PORCFECP")
|
||||||
|
private BigDecimal porcFECP;
|
||||||
|
|
||||||
public EmpresaImposto() {
|
public EmpresaImposto() {
|
||||||
super();
|
super();
|
||||||
this.indTarifaMunicipal = false;
|
this.indTarifaMunicipal = false;
|
||||||
|
@ -821,4 +824,11 @@ public class EmpresaImposto implements Serializable {
|
||||||
this.tributacaoImportacaoIM = tributacaoImportacaoIM;
|
this.tributacaoImportacaoIM = tributacaoImportacaoIM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BigDecimal getPorcFECP() {
|
||||||
|
return porcFECP;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPorcFECP(BigDecimal porcFECP) {
|
||||||
|
this.porcFECP = porcFECP;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue