0024539: GLPI 51302 - Espec Validar Benefício Idoso
bug#24539 dev:valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@112707 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
48e13f3902
commit
ffb727d00f
|
@ -230,6 +230,9 @@ public class CategoriaDescuento implements Serializable {
|
||||||
@ManyToOne(cascade = CascadeType.ALL)
|
@ManyToOne(cascade = CascadeType.ALL)
|
||||||
private Categoria categoriaInterage;
|
private Categoria categoriaInterage;
|
||||||
|
|
||||||
|
@Column(name = "INDEXIGENUMFIDELIDADE")
|
||||||
|
private Boolean indExigeNumFidelidade;
|
||||||
|
|
||||||
public enum DisponibilidadeFeriado {
|
public enum DisponibilidadeFeriado {
|
||||||
// Declaraçăo dos enum
|
// Declaraçăo dos enum
|
||||||
GERARSEMPRE("SEMPRE", "S"),
|
GERARSEMPRE("SEMPRE", "S"),
|
||||||
|
@ -969,4 +972,11 @@ public class CategoriaDescuento implements Serializable {
|
||||||
this.categoriaInterage = categoriaInterage;
|
this.categoriaInterage = categoriaInterage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndExigeNumFidelidade() {
|
||||||
|
return indExigeNumFidelidade == null ? false : indExigeNumFidelidade;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndExigeNumFidelidade(Boolean indExigeNumFidelidade) {
|
||||||
|
this.indExigeNumFidelidade = indExigeNumFidelidade;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue