17605: Enviar parâmetro impressão caanhoto
fixes bug#17605 dev:Fred qua:debora git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@99437 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c95d5e0237
commit
1efa9ecb1e
|
@ -9,6 +9,7 @@ public class EmpresaVO {
|
||||||
private String cnpj;
|
private String cnpj;
|
||||||
private Boolean indImprimeRelFechamentoViagemDetalhadoEmarcada;
|
private Boolean indImprimeRelFechamentoViagemDetalhadoEmarcada;
|
||||||
private Boolean indImprimeLogoBilheteVendaEmbarcada;
|
private Boolean indImprimeLogoBilheteVendaEmbarcada;
|
||||||
|
private Boolean indImpressaoCanhotoEmbarcada;
|
||||||
|
|
||||||
private List<InscricaoEstadualVO> inscricoesEstaduais = new ArrayList<InscricaoEstadualVO>();
|
private List<InscricaoEstadualVO> inscricoesEstaduais = new ArrayList<InscricaoEstadualVO>();
|
||||||
|
|
||||||
|
@ -60,4 +61,12 @@ public class EmpresaVO {
|
||||||
this.indImprimeLogoBilheteVendaEmbarcada = indImprimeLogoBilheteVendaEmbarcada;
|
this.indImprimeLogoBilheteVendaEmbarcada = indImprimeLogoBilheteVendaEmbarcada;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndImpressaoCanhotoEmbarcada() {
|
||||||
|
return indImpressaoCanhotoEmbarcada;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndImpressaoCanhotoEmbarcada(Boolean indImpressaoCanhotoEmbarcada) {
|
||||||
|
this.indImpressaoCanhotoEmbarcada = indImpressaoCanhotoEmbarcada;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue