bug#19403
dev:thiago qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@102009 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ad160b3669
commit
2d2e3cc870
|
@ -179,6 +179,8 @@ public class CategoriaDescuento implements Serializable {
|
||||||
@Column(name = "TEMPOLIBERACAODEPOISKM")
|
@Column(name = "TEMPOLIBERACAODEPOISKM")
|
||||||
private Date tempoLiberacaoDepoisKM;
|
private Date tempoLiberacaoDepoisKM;
|
||||||
|
|
||||||
|
@Column(name = "INDPERMITETROCATRANSFERENCIA")
|
||||||
|
private Boolean indPermiteTrocaTransferencia;
|
||||||
|
|
||||||
public enum DisponibilidadeFeriado {
|
public enum DisponibilidadeFeriado {
|
||||||
// Declaração dos enum
|
// Declaração dos enum
|
||||||
|
@ -791,4 +793,11 @@ public class CategoriaDescuento implements Serializable {
|
||||||
return BooleanUtils.toBoolean(indVendaAntecipadaPorKM);
|
return BooleanUtils.toBoolean(indVendaAntecipadaPorKM);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndPermiteTrocaTransferencia() {
|
||||||
|
return BooleanUtils.toBoolean(indPermiteTrocaTransferencia);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndPermiteTrocaTransferencia(Boolean indPermiteTrocaTransferencia) {
|
||||||
|
this.indPermiteTrocaTransferencia = indPermiteTrocaTransferencia;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue