fixes bug #7456
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@58690 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
86bfc4fb72
commit
ad475a170c
|
@ -79,6 +79,8 @@ public class ConfRestricaoCanalVenta implements Serializable {
|
|||
private List<ConfRestricaoPtovta> lsConfRestricaoPtovta;
|
||||
@Column(name = "INDEXIBECONSULTAVENDAWEB")
|
||||
private Boolean indexibeconsultavendaweb;
|
||||
@Column(name = "INDEXIBECORRIDABLOQ")
|
||||
private Boolean indexibecorridabloq;
|
||||
|
||||
public ConfRestricaoCanalVenta() {
|
||||
super();
|
||||
|
@ -237,6 +239,22 @@ public class ConfRestricaoCanalVenta implements Serializable {
|
|||
this.ruta = ruta;
|
||||
}
|
||||
|
||||
public Boolean getIndexibeconsultavendaweb() {
|
||||
return indexibeconsultavendaweb;
|
||||
}
|
||||
|
||||
public void setIndexibeconsultavendaweb(Boolean indexibeconsultavendaweb) {
|
||||
this.indexibeconsultavendaweb = indexibeconsultavendaweb;
|
||||
}
|
||||
|
||||
public Boolean getIndexibecorridabloq() {
|
||||
return indexibecorridabloq;
|
||||
}
|
||||
|
||||
public void setIndexibecorridabloq(Boolean indexibecorridabloq) {
|
||||
this.indexibecorridabloq = indexibecorridabloq;
|
||||
}
|
||||
|
||||
public List<ConfRestricaoExcecao> getLsConfRestricaoExcecao() {
|
||||
if (this.lsConfRestricaoExcecao != null) {
|
||||
List<ConfRestricaoExcecao> lsTemp = new ArrayList<ConfRestricaoExcecao>();
|
||||
|
@ -303,12 +321,4 @@ 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