git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@76652 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d519ba1b85
commit
c757500c8d
|
@ -170,6 +170,9 @@ public class Empresa implements Serializable {
|
||||||
@Column(name = "INDNAOALTERARDIAGRAMA")
|
@Column(name = "INDNAOALTERARDIAGRAMA")
|
||||||
private Boolean indNaoAlterarDiagrama;
|
private Boolean indNaoAlterarDiagrama;
|
||||||
|
|
||||||
|
@Column(name = "INDIMPRIMESEGVIATRANSFERENCIA")
|
||||||
|
private Boolean indImprimeSegviaTransferencia;
|
||||||
|
|
||||||
public Empresa() {
|
public Empresa() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
@ -657,5 +660,13 @@ public class Empresa implements Serializable {
|
||||||
this.indBloqVdaImpPosterior = indBloqVdaImpPosterior;
|
this.indBloqVdaImpPosterior = indBloqVdaImpPosterior;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndImprimeSegviaTransferencia() {
|
||||||
|
return indImprimeSegviaTransferencia;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndImprimeSegviaTransferencia(Boolean indImprimeSegviaTransferencia) {
|
||||||
|
this.indImprimeSegviaTransferencia = indImprimeSegviaTransferencia;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue