Rev 296 | Rev 379 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 296 | Rev 377 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | 10 | ||
| 11 | private ContaBancariaDTO contaBancariaDTO; |
11 | private ContaBancariaDTO contaBancariaDTO; |
| 12 | private String tipoExtratoBancarioCsv; |
12 | private String tipoExtratoBancarioCsv; |
| 13 | private UploadedFile arquivoExtratoBancario; |
13 | private UploadedFile arquivoExtratoBancario; |
| 14 | private List<String> linhasArquivo; |
14 | private List<String> linhasArquivo; |
| - | 15 | ||
| - | 16 | private List<ExtratoBancoDTO> dadosExtratoBancoDTO; |
|
| 15 | 17 | ||
| 16 | public ExtratoBancarioArquivoDTO() {} |
18 | public ExtratoBancarioArquivoDTO() {} |
| 17 | 19 | ||
| 18 | public ExtratoBancarioArquivoDTO(String tipoExtratoBancarioCsv, UploadedFile arquivoExtratoBancario) { |
20 | public ExtratoBancarioArquivoDTO(String tipoExtratoBancarioCsv, UploadedFile arquivoExtratoBancario) { |
| 19 | super(); |
21 | super(); |
| Line 48... | Line 50... | ||
| 48 | public List<String> getLinhasArquivo() { |
50 | public List<String> getLinhasArquivo() { |
| 49 | return linhasArquivo; |
51 | return linhasArquivo; |
| 50 | }
|
52 | }
|
| 51 | public void setLinhasArquivo(List<String> linhasArquivo) { |
53 | public void setLinhasArquivo(List<String> linhasArquivo) { |
| 52 | this.linhasArquivo = linhasArquivo; |
54 | this.linhasArquivo = linhasArquivo; |
| - | 55 | }
|
|
| - | 56 | ||
| - | 57 | public List<ExtratoBancoDTO> getDadosExtratoBancoDTO() { |
|
| - | 58 | return dadosExtratoBancoDTO; |
|
| - | 59 | }
|
|
| - | 60 | public void setDadosExtratoBancoDTO(List<ExtratoBancoDTO> dadosExtratoBancoDTO) { |
|
| - | 61 | this.dadosExtratoBancoDTO = dadosExtratoBancoDTO; |
|
| 53 | }
|
62 | }
|
| 54 | 63 | ||
| 55 | }
|
64 | }
|