bug #7903 - desenvolvimento email carta de ocorrência ADM
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@61066 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3cb5935ff3
commit
5f40de5e20
|
@ -101,7 +101,6 @@ public class Empresa implements Serializable {
|
||||||
@Column(name = "INDVALIDABLOQUEIOECF")
|
@Column(name = "INDVALIDABLOQUEIOECF")
|
||||||
private Boolean indvalidabloqueioecf;
|
private Boolean indvalidabloqueioecf;
|
||||||
|
|
||||||
|
|
||||||
@Column(name = "INDFECHATARIFA")
|
@Column(name = "INDFECHATARIFA")
|
||||||
private Boolean indfechatarifa;
|
private Boolean indfechatarifa;
|
||||||
|
|
||||||
|
@ -129,7 +128,13 @@ public class Empresa implements Serializable {
|
||||||
|
|
||||||
@Column(name = "INDGENNUMFOLIOVTAINTIMPOST")
|
@Column(name = "INDGENNUMFOLIOVTAINTIMPOST")
|
||||||
private Boolean indgennumfoliovtaintimpost;
|
private Boolean indgennumfoliovtaintimpost;
|
||||||
|
|
||||||
|
@Column(name = "INDENVIAEMAILCOMISSAO")
|
||||||
|
private Boolean indenviaemailcomissao;
|
||||||
|
|
||||||
|
@Column(name = "EMAIL_PENDENCIA")
|
||||||
|
private String email;
|
||||||
|
|
||||||
public Empresa() {
|
public Empresa() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
@ -492,5 +497,21 @@ public class Empresa implements Serializable {
|
||||||
this.indgennumfoliovtaintimpost = indgennumfoliovtaintimpost;
|
this.indgennumfoliovtaintimpost = indgennumfoliovtaintimpost;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndenviaemailcomissao() {
|
||||||
|
return indenviaemailcomissao;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndenviaemailcomissao(Boolean indenviaemailcomissao) {
|
||||||
|
this.indenviaemailcomissao = indenviaemailcomissao;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getEmail() {
|
||||||
|
return email;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setEmail(String email) {
|
||||||
|
this.email = email;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue