Fixes Bug #0009192
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@71391 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f18fd32e23
commit
fd4cfe7ae2
|
@ -40,6 +40,8 @@ public class TarifaOficial implements Serializable {
|
|||
private BigDecimal importeoutros;
|
||||
@Column(name = "IMPORTESEGURO")
|
||||
private BigDecimal importeseguro;
|
||||
@Column(name = "IMPORTETPP")
|
||||
private BigDecimal importetpp;
|
||||
@Column(name = "STATUSTARIFA")
|
||||
private String statustarifa;
|
||||
@Column(name = "ACTIVO")
|
||||
|
@ -98,6 +100,14 @@ public class TarifaOficial implements Serializable {
|
|||
this.ruta = ruta;
|
||||
}
|
||||
|
||||
public BigDecimal getImportetpp() {
|
||||
return importetpp;
|
||||
}
|
||||
|
||||
public void setImportetpp(BigDecimal importetpp) {
|
||||
this.importetpp = importetpp;
|
||||
}
|
||||
|
||||
public Integer getTarifaOficialId() {
|
||||
return tarifaOficialId;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue