Subversion Repositories Integrator Subversion

Rev

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

Rev 106 Rev 159
Line 10... Line 10...
10
       
10
       
11
        private Date dataInicial;
11
        private Date dataInicial;
12
        private Date dataFinal;
12
        private Date dataFinal;
13
        private Loja centroDeCustos;
13
        private Loja centroDeCustos;
14
        private Categoria categoria;
14
        private Categoria categoria;
15
        private Boolean matriz = false;
-
 
16
        private Boolean processado;
15
        private Boolean processado;
17
       
16
       
18
        private Double valorTotalRecebido;
17
        private Double valorTotalRecebido;
19
        private Double valorTotalAReceber;
18
        private Double valorTotalAReceber;
20
        private Double valorTotalPago;
19
        private Double valorTotalPago;
Line 59... Line 58...
59
        public Categoria getCategoria() {
58
        public Categoria getCategoria() {
60
                return categoria;
59
                return categoria;
61
        }
60
        }
62
        public void setCategoria(Categoria categoria) {
61
        public void setCategoria(Categoria categoria) {
63
                this.categoria = categoria;
62
                this.categoria = categoria;
64
        }
-
 
65
       
-
 
66
        public Boolean getMatriz() {
-
 
67
                return matriz;
-
 
68
        }
-
 
69
        public void setMatriz(Boolean matriz) {
-
 
70
                this.matriz = matriz;
-
 
71
        }
63
        }
72
       
64
       
73
        public Boolean getProcessado() {
65
        public Boolean getProcessado() {
74
                return processado;
66
                return processado;
75
        }
67
        }