bug#19163
dev: valdir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@101533 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
65fe72ae23
commit
c27849e86f
|
@ -252,6 +252,9 @@ public class PuntoVenta implements Serializable {
|
|||
@Column(name = "TIEMPOMAXBOLETOENVENTA")
|
||||
private Integer tiempoMaxBoletoEnVenta;
|
||||
|
||||
@Column(name = "INDQRCODECATRACARODEAN13")
|
||||
private Boolean indQrcodeCatracaRodEAN13;
|
||||
|
||||
public List<CobrancaAdcPuntoVenta> getCobrancaAdicionalList() {
|
||||
return cobrancaAdicionalList;
|
||||
}
|
||||
|
@ -1133,5 +1136,13 @@ public class PuntoVenta implements Serializable {
|
|||
|
||||
public void setTiempoMaxBoletoEnVenta(Integer tiempoMaxBoletoEnVenta) {
|
||||
this.tiempoMaxBoletoEnVenta = tiempoMaxBoletoEnVenta;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getIndQrcodeCatracaRodEAN13() {
|
||||
return BooleanUtils.toBoolean(indQrcodeCatracaRodEAN13);
|
||||
}
|
||||
|
||||
public void setIndQrcodeCatracaRodEAN13(Boolean indQrcodeCatracaRodEAN13) {
|
||||
this.indQrcodeCatracaRodEAN13 = indQrcodeCatracaRodEAN13;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue