fixes bug #8225
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@62666 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a6291f77f3
commit
fb05e138bf
|
@ -116,6 +116,10 @@ public class EmpresaImposto implements Serializable {
|
||||||
|
|
||||||
@Column(name = "ICMSIM")
|
@Column(name = "ICMSIM")
|
||||||
private BigDecimal icmsIntermunicipal;
|
private BigDecimal icmsIntermunicipal;
|
||||||
|
|
||||||
|
@Column(name = "ICMSIMMATRICIAL")
|
||||||
|
private BigDecimal icmsIntermunicipalMatricial;
|
||||||
|
|
||||||
@Column(name = "INDICEICMSIMECF")
|
@Column(name = "INDICEICMSIMECF")
|
||||||
private BigDecimal indiceICMSIntermunicipal;
|
private BigDecimal indiceICMSIntermunicipal;
|
||||||
|
|
||||||
|
@ -664,4 +668,13 @@ public class EmpresaImposto implements Serializable {
|
||||||
public void setIndValidaECF(Boolean indValidaECF) {
|
public void setIndValidaECF(Boolean indValidaECF) {
|
||||||
this.indValidaECF = indValidaECF;
|
this.indValidaECF = indValidaECF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BigDecimal getIcmsIntermunicipalMatricial() {
|
||||||
|
return icmsIntermunicipalMatricial;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIcmsIntermunicipalMatricial(BigDecimal icmsIntermunicipalMatricial) {
|
||||||
|
this.icmsIntermunicipalMatricial = icmsIntermunicipalMatricial;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue