fixes bug 7125
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@53011 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f4e6b0289d
commit
323cef60aa
|
@ -113,6 +113,11 @@ public class EmpresaImposto implements Serializable {
|
||||||
|
|
||||||
@Column(name = "PORCTRIBUTO")
|
@Column(name = "PORCTRIBUTO")
|
||||||
private BigDecimal porctributo;
|
private BigDecimal porctributo;
|
||||||
|
|
||||||
|
@Column(name = "ICMSIM")
|
||||||
|
private BigDecimal icmsIntermunicipal;
|
||||||
|
@Column(name = "INDICEICMSIMECF")
|
||||||
|
private BigDecimal indiceICMSIntermunicipal;
|
||||||
|
|
||||||
public EmpresaImposto() {
|
public EmpresaImposto() {
|
||||||
}
|
}
|
||||||
|
@ -633,4 +638,19 @@ public class EmpresaImposto implements Serializable {
|
||||||
this.indOutrasUFBloqueadas = indOutrasUFBloqueadas;
|
this.indOutrasUFBloqueadas = indOutrasUFBloqueadas;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BigDecimal getIcmsIntermunicipal() {
|
||||||
|
return icmsIntermunicipal;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIcmsIntermunicipal(BigDecimal icmsIntermunicipal) {
|
||||||
|
this.icmsIntermunicipal = icmsIntermunicipal;
|
||||||
|
}
|
||||||
|
|
||||||
|
public BigDecimal getIndiceICMSIntermunicipal() {
|
||||||
|
return indiceICMSIntermunicipal;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndiceICMSIntermunicipal(BigDecimal indiceICMSIntermunicipal) {
|
||||||
|
this.indiceICMSIntermunicipal = indiceICMSIntermunicipal;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue