Subversion Repositories Integrator Subversion

Rev

Rev 583 | Rev 585 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 583 Rev 584
Line 9... Line 9...
9
9
10
        private TipoProduto tipoProduto;
10
        private TipoProduto tipoProduto;
11
        private List<RankingProdutoDTO> alertasProdutosSemSubtipo;
11
        private List<RankingProdutoDTO> alertasProdutosSemSubtipo;
12
        private List<AlertasComprasGeralSubTipoDTO> alertasComprasGeralSubTipoDTO;
12
        private List<AlertasComprasGeralSubTipoDTO> alertasComprasGeralSubTipoDTO;
13
        private Integer quantidadeAlertasPossiveis;
13
        private Integer quantidadeAlertasPossiveis;
-
 
14
        private Integer quantidadeAlertasPossiveisComSubtipo;
14
       
15
       
15
        private Boolean verificado;
16
        private Boolean verificado;
16
       
17
       
17
        public AlertasComprasGeralDTO() {
18
        public AlertasComprasGeralDTO() {
18
                setAlertasProdutosSemSubtipo(new ArrayList<RankingProdutoDTO>());
19
                setAlertasProdutosSemSubtipo(new ArrayList<RankingProdutoDTO>());
19
                setAlertasComprasGeralSubTipoDTO(new ArrayList<AlertasComprasGeralSubTipoDTO>());
20
                setAlertasComprasGeralSubTipoDTO(new ArrayList<AlertasComprasGeralSubTipoDTO>());
20
                setQuantidadeAlertasPossiveis(0);
21
                setQuantidadeAlertasPossiveis(0);
-
 
22
                setQuantidadeAlertasPossiveisComSubtipo(0);
21
                setVerificado(false);
23
                setVerificado(false);
22
        }
24
        }
23
       
25
       
24
        public TipoProduto getTipoProduto() {
26
        public TipoProduto getTipoProduto() {
25
                return tipoProduto;
27
                return tipoProduto;
Line 45... Line 47...
45
        public Integer getQuantidadeAlertasPossiveis() {
47
        public Integer getQuantidadeAlertasPossiveis() {
46
                return quantidadeAlertasPossiveis;
48
                return quantidadeAlertasPossiveis;
47
        }
49
        }
48
        public void setQuantidadeAlertasPossiveis(Integer quantidadeAlertasPossiveis) {
50
        public void setQuantidadeAlertasPossiveis(Integer quantidadeAlertasPossiveis) {
49
                this.quantidadeAlertasPossiveis = quantidadeAlertasPossiveis;
51
                this.quantidadeAlertasPossiveis = quantidadeAlertasPossiveis;
-
 
52
        }
-
 
53
       
-
 
54
        public Integer getQuantidadeAlertasPossiveisComSubtipo() {
-
 
55
                return quantidadeAlertasPossiveisComSubtipo;
-
 
56
        }
-
 
57
        public void setQuantidadeAlertasPossiveisComSubtipo(Integer quantidadeAlertasPossiveisComSubtipo) {
-
 
58
                this.quantidadeAlertasPossiveisComSubtipo = quantidadeAlertasPossiveisComSubtipo;
50
        }
59
        }
51
       
60
       
52
        public Boolean getVerificado() {
61
        public Boolean getVerificado() {
53
                return verificado;
62
                return verificado;
54
        }
63
        }