fixes bug#21311
dev:valdir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@105398 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a80f241be4
commit
16708ef8e5
|
@ -365,6 +365,9 @@ public class Empresa implements Serializable, Auditavel<Empresa> {
|
||||||
@Column(name = "INDMANTEMVDACAJAVDAEMBARCADA")
|
@Column(name = "INDMANTEMVDACAJAVDAEMBARCADA")
|
||||||
private Boolean indMantemVdaCajaVdaEmbarcada;
|
private Boolean indMantemVdaCajaVdaEmbarcada;
|
||||||
|
|
||||||
|
@Column(name = "INDALERTAVDAPOSHORARIOVIAGEM")
|
||||||
|
private Boolean indAlertaVDAPosHorarioViagem;
|
||||||
|
|
||||||
@Transient
|
@Transient
|
||||||
@NaoAuditar
|
@NaoAuditar
|
||||||
private Empresa empresaClone;
|
private Empresa empresaClone;
|
||||||
|
@ -1358,4 +1361,12 @@ public class Empresa implements Serializable, Auditavel<Empresa> {
|
||||||
public void setCpfCnpjAutDownload(String cpfCnpjAutDownload) {
|
public void setCpfCnpjAutDownload(String cpfCnpjAutDownload) {
|
||||||
this.cpfCnpjAutDownload = cpfCnpjAutDownload;
|
this.cpfCnpjAutDownload = cpfCnpjAutDownload;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndAlertaVDAPosHorarioViagem() {
|
||||||
|
return indAlertaVDAPosHorarioViagem != null ? indAlertaVDAPosHorarioViagem : false;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndAlertaVDAPosHorarioViagem(Boolean indAlertaVDAPosHorarioViagem) {
|
||||||
|
this.indAlertaVDAPosHorarioViagem = indAlertaVDAPosHorarioViagem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue