bug#19536
dev:fabio qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@102217 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c96dac38b5
commit
d98e6286d3
|
@ -255,6 +255,9 @@ public class PuntoVenta implements Serializable {
|
||||||
@Column(name = "INDQRCODECATRACARODEAN13")
|
@Column(name = "INDQRCODECATRACARODEAN13")
|
||||||
private Boolean indQrcodeCatracaRodEAN13;
|
private Boolean indQrcodeCatracaRodEAN13;
|
||||||
|
|
||||||
|
@Column(name = "INDBLOQDEVOLVEREATIVAOUTROPTO")
|
||||||
|
private Boolean indBloqDevolveReativaOutroPto;
|
||||||
|
|
||||||
public List<CobrancaAdcPuntoVenta> getCobrancaAdicionalList() {
|
public List<CobrancaAdcPuntoVenta> getCobrancaAdicionalList() {
|
||||||
return cobrancaAdicionalList;
|
return cobrancaAdicionalList;
|
||||||
}
|
}
|
||||||
|
@ -1145,4 +1148,12 @@ public class PuntoVenta implements Serializable {
|
||||||
public void setIndQrcodeCatracaRodEAN13(Boolean indQrcodeCatracaRodEAN13) {
|
public void setIndQrcodeCatracaRodEAN13(Boolean indQrcodeCatracaRodEAN13) {
|
||||||
this.indQrcodeCatracaRodEAN13 = indQrcodeCatracaRodEAN13;
|
this.indQrcodeCatracaRodEAN13 = indQrcodeCatracaRodEAN13;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndBloqDevolveReativaOutroPto() {
|
||||||
|
return BooleanUtils.toBoolean(indBloqDevolveReativaOutroPto);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndBloqDevolveReativaOutroPto(Boolean indBloqDevolveReativaOutroPto) {
|
||||||
|
this.indBloqDevolveReativaOutroPto = indBloqDevolveReativaOutroPto;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue