Subversion Repositories Integrator Subversion

Rev

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

Rev 667 Rev 668
Line 9... Line 9...
9
       
9
       
10
        private Long sequencial;
10
        private Long sequencial;
11
       
11
       
12
        private Date dataVencimento;
12
        private Date dataVencimento;
13
        private Double valorLiquido;
13
        private Double valorLiquido;
-
 
14
        private String bandeira;
-
 
15
        private Integer quantidadeParcelas;
-
 
16
        private Integer numeroDaParcela;
14
       
17
       
15
        private ContaBancariaDTO contaBancariaDTO;
18
        private ContaBancariaDTO contaBancariaDTO;
16
        private String tipoExtratoBanco; // D - Débitos e C - Créditos e T - Transferências/PIX e P - Pagamento
19
        private String tipoExtratoBanco; // D - Débitos e C - Créditos e T - Transferências/PIX e P - Pagamento
17
        private Date dataLancamento;
20
        private Date dataLancamento;
18
        private String descricao;
21
        private String descricao;
Line 84... Line 87...
84
        public Date getDataVencimento() {return dataVencimento;}
87
        public Date getDataVencimento() {return dataVencimento;}
85
        public void setDataVencimento(Date dataVencimento) {this.dataVencimento = dataVencimento;}
88
        public void setDataVencimento(Date dataVencimento) {this.dataVencimento = dataVencimento;}
86
       
89
       
87
        public Double getValorLiquido() {return valorLiquido;}
90
        public Double getValorLiquido() {return valorLiquido;}
88
        public void setValorLiquido(Double valorLiquido) {this.valorLiquido = valorLiquido;}
91
        public void setValorLiquido(Double valorLiquido) {this.valorLiquido = valorLiquido;}
-
 
92
       
-
 
93
        public String getBandeira() {return bandeira;}
-
 
94
        public void setBandeira(String bandeira) {this.bandeira = bandeira;}
-
 
95
       
-
 
96
        public Integer getQuantidadeParcelas() {return quantidadeParcelas;}
-
 
97
        public void setQuantidadeParcelas(Integer quantidadeParcelas) {this.quantidadeParcelas = quantidadeParcelas;}
-
 
98
       
-
 
99
        public Integer getNumeroDaParcela() {return numeroDaParcela;}
-
 
100
        public void setNumeroDaParcela(Integer numeroDaParcela) {this.numeroDaParcela = numeroDaParcela;}
89
       
101
       
90
        public ContaBancariaDTO getContaBancariaDTO() {
102
        public ContaBancariaDTO getContaBancariaDTO() {
91
                return contaBancariaDTO;
103
                return contaBancariaDTO;
92
        }
104
        }
93
        public void setContaBancariaDTO(ContaBancariaDTO contaBancariaDTO) {
105
        public void setContaBancariaDTO(ContaBancariaDTO contaBancariaDTO) {