Rev 444 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 444 | Rev 591 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | private String tipoRelatorioProduto; |
31 | private String tipoRelatorioProduto; |
| 32 | private Integer estoqueLoja; |
32 | private Integer estoqueLoja; |
| 33 | 33 | ||
| 34 | private Loja lojaSelecionadaParaContagem; |
34 | private Loja lojaSelecionadaParaContagem; |
| 35 | private Boolean contagemObrigatoria; |
35 | private Boolean contagemObrigatoria; |
| - | 36 | private Boolean contagemRapida; |
|
| 36 | 37 | ||
| 37 | private Long lojaSelecionada; |
38 | private Long lojaSelecionada; |
| 38 | private String localizacaoLojaSelecionada; |
39 | private String localizacaoLojaSelecionada; |
| 39 | 40 | ||
| 40 | private Boolean indicadorProdutosSemVendas; |
41 | private Boolean indicadorProdutosSemVendas; |
| Line 51... | Line 52... | ||
| 51 | 52 | ||
| 52 | public ParametrosConsultaProdutoDTO() { |
53 | public ParametrosConsultaProdutoDTO() { |
| 53 | this.tipoRelatorioProduto = SEM_RESTRICOES_GERAL; |
54 | this.tipoRelatorioProduto = SEM_RESTRICOES_GERAL; |
| 54 | this.estoqueLoja = SEM_RESTRICOES; |
55 | this.estoqueLoja = SEM_RESTRICOES; |
| 55 | this.contagemObrigatoria = false; |
56 | this.contagemObrigatoria = false; |
| - | 57 | this.contagemRapida = false; |
|
| 56 | this.indicadorProdutosSemVendas = false; |
58 | this.indicadorProdutosSemVendas = false; |
| 57 | this.dataInicialSemVendas = DataUtils.acrescentarDias(DataUtils.getDataAtual(), -30); |
59 | this.dataInicialSemVendas = DataUtils.acrescentarDias(DataUtils.getDataAtual(), -30); |
| 58 | this.dataFinalSemVendas = DataUtils.getDataAtual(); |
60 | this.dataFinalSemVendas = DataUtils.getDataAtual(); |
| 59 | }
|
61 | }
|
| 60 | 62 | ||
| Line 160... | Line 162... | ||
| 160 | public Boolean getContagemObrigatoria() { |
162 | public Boolean getContagemObrigatoria() { |
| 161 | return contagemObrigatoria; |
163 | return contagemObrigatoria; |
| 162 | }
|
164 | }
|
| 163 | public void setContagemObrigatoria(Boolean contagemObrigatoria) { |
165 | public void setContagemObrigatoria(Boolean contagemObrigatoria) { |
| 164 | this.contagemObrigatoria = contagemObrigatoria; |
166 | this.contagemObrigatoria = contagemObrigatoria; |
| - | 167 | }
|
|
| - | 168 | ||
| - | 169 | public Boolean getContagemRapida() { |
|
| - | 170 | return contagemRapida; |
|
| - | 171 | }
|
|
| - | 172 | public void setContagemRapida(Boolean contagemRapida) { |
|
| - | 173 | this.contagemRapida = contagemRapida; |
|
| 165 | }
|
174 | }
|
| 166 | 175 | ||
| 167 | public String getLocalizacaoLojaSelecionada() { |
176 | public String getLocalizacaoLojaSelecionada() { |
| 168 | return localizacaoLojaSelecionada; |
177 | return localizacaoLojaSelecionada; |
| 169 | }
|
178 | }
|