Rev 670 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 670 | Rev 671 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | 7 | ||
| 8 | public class ExtratoAntecipacaoDTO { |
8 | public class ExtratoAntecipacaoDTO { |
| 9 | 9 | ||
| 10 | private Long sequencial; |
10 | private Long sequencial; |
| 11 | 11 | ||
| - | 12 | private Date dataRecebimento; |
|
| 12 | private Date dataVencimento; |
13 | private Date dataVencimento; |
| 13 | private Double valorLiquido; |
14 | private Double valorLiquido; |
| 14 | private String bandeira; |
15 | private String bandeira; |
| 15 | private Integer quantidadeParcelas; |
16 | private Integer quantidadeParcelas; |
| 16 | private Integer numeroDaParcela; |
17 | private Integer numeroDaParcela; |
| Line 83... | Line 84... | ||
| 83 | return sequencial; |
84 | return sequencial; |
| 84 | }
|
85 | }
|
| 85 | public void setSequencial(Long sequencial) { |
86 | public void setSequencial(Long sequencial) { |
| 86 | this.sequencial = sequencial; |
87 | this.sequencial = sequencial; |
| 87 | }
|
88 | }
|
| - | 89 | ||
| - | 90 | public Date getDataRecebimento() {return dataRecebimento;} |
|
| - | 91 | public void setDataRecebimento(Date dataRecebimento) {this.dataRecebimento = dataRecebimento;} |
|
| 88 | 92 | ||
| 89 | public Date getDataVencimento() {return dataVencimento;} |
93 | public Date getDataVencimento() {return dataVencimento;} |
| 90 | public void setDataVencimento(Date dataVencimento) {this.dataVencimento = dataVencimento;} |
94 | public void setDataVencimento(Date dataVencimento) {this.dataVencimento = dataVencimento;} |
| 91 | 95 | ||
| 92 | public Double getValorLiquido() {return valorLiquido;} |
96 | public Double getValorLiquido() {return valorLiquido;} |