0022053: Espec Aguia - Passagem em Aberto
bug#22053 dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106711 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c76f9fc224
commit
012daeb120
|
@ -378,10 +378,12 @@ public class Empresa implements Serializable, Auditavel<Empresa> {
|
||||||
@Column(name = "INDPRICINGVENDAABERTO")
|
@Column(name = "INDPRICINGVENDAABERTO")
|
||||||
private Boolean indPricingVendaAberto;
|
private Boolean indPricingVendaAberto;
|
||||||
|
|
||||||
|
@Column(name = "INDVENDAABERTOMOVIMENTOCAIXA")
|
||||||
|
private Boolean indVendaAbertoMovimentaCaixa;
|
||||||
|
|
||||||
@Column(name = "INDICEIRK")
|
@Column(name = "INDICEIRK")
|
||||||
private BigDecimal indiceIRK;
|
private BigDecimal indiceIRK;
|
||||||
|
|
||||||
|
|
||||||
@Transient
|
@Transient
|
||||||
@NaoAuditar
|
@NaoAuditar
|
||||||
private Empresa empresaClone;
|
private Empresa empresaClone;
|
||||||
|
@ -1407,6 +1409,14 @@ public class Empresa implements Serializable, Auditavel<Empresa> {
|
||||||
public void setIndPricingVendaAberto(Boolean indPricingVendaAberto) {
|
public void setIndPricingVendaAberto(Boolean indPricingVendaAberto) {
|
||||||
this.indPricingVendaAberto = indPricingVendaAberto;
|
this.indPricingVendaAberto = indPricingVendaAberto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndVendaAbertoMovimentaCaixa() {
|
||||||
|
return indVendaAbertoMovimentaCaixa == null ? false : indVendaAbertoMovimentaCaixa;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndVendaAbertoMovimentaCaixa(Boolean indVendaAbertoMovimentaCaixa) {
|
||||||
|
this.indVendaAbertoMovimentaCaixa = indVendaAbertoMovimentaCaixa;
|
||||||
|
}
|
||||||
|
|
||||||
public BigDecimal getIndiceIRK() {
|
public BigDecimal getIndiceIRK() {
|
||||||
return indiceIRK;
|
return indiceIRK;
|
||||||
|
|
Loading…
Reference in New Issue