fixes bug #6907
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@50890 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
45845caf07
commit
03406127af
|
@ -77,6 +77,8 @@ public class ConfRestricaoCanalVenta implements Serializable {
|
|||
private List<ConfRestricaoExcecao> lsConfRestricaoExcecao;
|
||||
@OneToMany(mappedBy = "confRestricaoCanalVenta", cascade = CascadeType.ALL, fetch = FetchType.LAZY)
|
||||
private List<ConfRestricaoPtovta> lsConfRestricaoPtovta;
|
||||
@Column(name = "INDEXIBECONSULTAVENDAWEB")
|
||||
private Boolean indexibeconsultavendaweb;
|
||||
|
||||
public Integer getConfRestricaoCanalVentaId() {
|
||||
return confRestricaoCanalVentaId;
|
||||
|
@ -296,4 +298,12 @@ public class ConfRestricaoCanalVenta implements Serializable {
|
|||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public Boolean getIndexibeconsultavendaweb() {
|
||||
return indexibeconsultavendaweb;
|
||||
}
|
||||
|
||||
public void setIndexibeconsultavendaweb(Boolean indexibeconsultavendaweb) {
|
||||
this.indexibeconsultavendaweb = indexibeconsultavendaweb;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue