fixes bug#al-1288
dev: Celio qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@115106 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
013d671749
commit
d24247dfd8
|
@ -102,6 +102,9 @@ public class Categoria implements Serializable {
|
||||||
@Column(name = "INDVENDEAPI")
|
@Column(name = "INDVENDEAPI")
|
||||||
private Boolean indvendeapi;
|
private Boolean indvendeapi;
|
||||||
|
|
||||||
|
@Column(name = "INDEXIGEIDENTIDADE")
|
||||||
|
private Boolean indExigeIdentidade;
|
||||||
|
|
||||||
public Categoria() {
|
public Categoria() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -292,4 +295,14 @@ public class Categoria implements Serializable {
|
||||||
public void setIndvendeapi(Boolean indvendeapi) {
|
public void setIndvendeapi(Boolean indvendeapi) {
|
||||||
this.indvendeapi = indvendeapi;
|
this.indvendeapi = indvendeapi;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndExigeIdentidade() {
|
||||||
|
return indExigeIdentidade;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndExigeIdentidade(Boolean indExigeIdentidade) {
|
||||||
|
this.indExigeIdentidade = indExigeIdentidade;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ public enum EnumIntegracaoSap {
|
||||||
|
|
||||||
INTEGRADO("Integrado"),
|
INTEGRADO("Integrado"),
|
||||||
NAO_ENVIADO("Nao Enviado"),
|
NAO_ENVIADO("Nao Enviado"),
|
||||||
ERRO("Erro");
|
ERRO("Recusado SAP");
|
||||||
|
|
||||||
private String descricao;
|
private String descricao;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue