Rev 195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 195 | Rev 252 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | 35 | ||
| 36 | private Boolean indicadorComissionado; |
36 | private Boolean indicadorComissionado; |
| 37 | private String tipoProduto; |
37 | private String tipoProduto; |
| 38 | 38 | ||
| 39 | private String codigoCupom; |
39 | private String codigoCupom; |
| - | 40 | ||
| - | 41 | private String produtosPromocaoInterna; |
|
| - | 42 | private Boolean indicadorPesquisarPeliculasTpuSoft = false; |
|
| - | 43 | private Boolean indicadorPesquisarPeliculasTpuSoftCameras = false; |
|
| 40 | 44 | ||
| 41 | public ParametrosConsultaVendasDTO() {} |
45 | public ParametrosConsultaVendasDTO() {} |
| 42 | 46 | ||
| 43 | public ParametrosConsultaVendasDTO(Loja loja, Date dataInicial, Date dataFinal) { |
47 | public ParametrosConsultaVendasDTO(Loja loja, Date dataInicial, Date dataFinal) { |
| 44 | this.loja = loja; |
48 | this.loja = loja; |
| Line 185... | Line 189... | ||
| 185 | public String getCodigoCupom() { |
189 | public String getCodigoCupom() { |
| 186 | return codigoCupom; |
190 | return codigoCupom; |
| 187 | }
|
191 | }
|
| 188 | public void setCodigoCupom(String codigoCupom) { |
192 | public void setCodigoCupom(String codigoCupom) { |
| 189 | this.codigoCupom = codigoCupom; |
193 | this.codigoCupom = codigoCupom; |
| - | 194 | }
|
|
| - | 195 | ||
| - | 196 | public String getProdutosPromocaoInterna() { |
|
| - | 197 | return produtosPromocaoInterna; |
|
| - | 198 | }
|
|
| - | 199 | public void setProdutosPromocaoInterna(String produtosPromocaoInterna) { |
|
| - | 200 | this.produtosPromocaoInterna = produtosPromocaoInterna; |
|
| - | 201 | }
|
|
| - | 202 | ||
| - | 203 | public Boolean getIndicadorPesquisarPeliculasTpuSoft() { |
|
| - | 204 | return indicadorPesquisarPeliculasTpuSoft; |
|
| - | 205 | }
|
|
| - | 206 | public void setIndicadorPesquisarPeliculasTpuSoft(Boolean indicadorPesquisarPeliculasTpuSoft) { |
|
| - | 207 | this.indicadorPesquisarPeliculasTpuSoft = indicadorPesquisarPeliculasTpuSoft; |
|
| - | 208 | }
|
|
| - | 209 | ||
| - | 210 | public Boolean getIndicadorPesquisarPeliculasTpuSoftCameras() { |
|
| - | 211 | return indicadorPesquisarPeliculasTpuSoftCameras; |
|
| - | 212 | }
|
|
| - | 213 | public void setIndicadorPesquisarPeliculasTpuSoftCameras(Boolean indicadorPesquisarPeliculasTpuSoftCameras) { |
|
| - | 214 | this.indicadorPesquisarPeliculasTpuSoftCameras = indicadorPesquisarPeliculasTpuSoftCameras; |
|
| 190 | }
|
215 | }
|
| 191 | 216 | ||
| 192 | }
|
217 | }
|