0011635: Relatório exportação idoso ARTESP
bug#11635 bug#11693 bug#11694 dev:thiago qua:marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@84054 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
83911e80e8
commit
98b2fabde2
|
@ -112,6 +112,10 @@ public class CategoriaDescuento implements Serializable {
|
|||
private Boolean indexigefecnacimientopasajero;
|
||||
@Column(name = "INDEXIGEDOC2PASSAGEIRO")
|
||||
private Boolean indExigeDoc2Passageiro;
|
||||
@Column(name = "INDEXIGEENDERECOPASSAGEIRO")
|
||||
private Boolean indExigeEnderecoPassageiro;
|
||||
@Column(name = "INDEXIGEEMAILPASSAGEIRO")
|
||||
private Boolean indExigeEmailPassageiro;
|
||||
|
||||
@Column(name = "INDSEGUNDA")
|
||||
private Boolean indSegunda;
|
||||
|
@ -667,4 +671,19 @@ public class CategoriaDescuento implements Serializable {
|
|||
this.indnaoaplicatarifaminima = indnaoaplicatarifaminima;
|
||||
}
|
||||
|
||||
public Boolean getIndExigeEnderecoPassageiro() {
|
||||
return indExigeEnderecoPassageiro;
|
||||
}
|
||||
|
||||
public void setIndExigeEnderecoPassageiro(Boolean indExigeEnderecoPassageiro) {
|
||||
this.indExigeEnderecoPassageiro = indExigeEnderecoPassageiro;
|
||||
}
|
||||
|
||||
public Boolean getIndExigeEmailPassageiro() {
|
||||
return indExigeEmailPassageiro;
|
||||
}
|
||||
|
||||
public void setIndExigeEmailPassageiro(Boolean indExigeEmailPassageiro) {
|
||||
this.indExigeEmailPassageiro = indExigeEmailPassageiro;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,6 +53,17 @@ public class OrgaoEmpParam implements Serializable {
|
|||
@Column(name = "USUARIO_ID")
|
||||
private Integer usuarioId;
|
||||
|
||||
@Column(name = "CODEMPRESAPORORGAO", length=30)
|
||||
private String codEmpresaPorOrgao;
|
||||
|
||||
public String getCodEmpresaPorOrgao() {
|
||||
return codEmpresaPorOrgao;
|
||||
}
|
||||
|
||||
public void setCodEmpresaPorOrgao(String codEmpresaPorOrgao) {
|
||||
this.codEmpresaPorOrgao = codEmpresaPorOrgao;
|
||||
}
|
||||
|
||||
public Integer getOrgaoempparamId() {
|
||||
return orgaoempparamId;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue