bug #5898
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@40336 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e5c3aad7f5
commit
d6480c7ea4
|
@ -108,8 +108,8 @@ public class EmpresaImposto implements Serializable {
|
||||||
@Column(name = "INDICEICMSECF")
|
@Column(name = "INDICEICMSECF")
|
||||||
private Integer indiceICMSecf;
|
private Integer indiceICMSecf;
|
||||||
|
|
||||||
@Column(name = "TRIBUTO")
|
@Column(name = "PORCTRIBUTO")
|
||||||
private BigDecimal tributo;
|
private BigDecimal porctributo;
|
||||||
|
|
||||||
public EmpresaImposto() {
|
public EmpresaImposto() {
|
||||||
}
|
}
|
||||||
|
@ -608,12 +608,12 @@ public class EmpresaImposto implements Serializable {
|
||||||
return "com.rjconsultores.ventaboletos.entidad.EmpresaImposto[empresaImpostoId=" + empresaImpostoId + "]";
|
return "com.rjconsultores.ventaboletos.entidad.EmpresaImposto[empresaImpostoId=" + empresaImpostoId + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BigDecimal getTributo() {
|
public BigDecimal getPorctributo() {
|
||||||
return tributo;
|
return porctributo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setTributo(BigDecimal tributo) {
|
public void setPorctributo(BigDecimal porctributo) {
|
||||||
this.tributo = tributo;
|
this.porctributo = porctributo;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue