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 1... | Line 1... | ||
| 1 | package br.com.ec.domain.dto; |
1 | package br.com.ec.domain.dto; |
| - | 2 | ||
| - | 3 | import java.util.Date; |
|
| 2 | 4 | ||
| 3 | public class AntecipacaoDTO { |
5 | public class AntecipacaoDTO { |
| 4 | 6 | ||
| - | 7 | private Date dataAntecipacao; |
|
| 5 | private ExtratoAntecipacaoArquivoDTO extratoAntecipacaoArquivoDTO; |
8 | private ExtratoAntecipacaoArquivoDTO extratoAntecipacaoArquivoDTO; |
| - | 9 | ||
| - | 10 | /**********************************/
|
|
| - | 11 | ||
| - | 12 | public Date getDataAntecipacao() {return dataAntecipacao;} |
|
| - | 13 | public void setDataAntecipacao(Date dataAntecipacao) {this.dataAntecipacao = dataAntecipacao;} |
|
| 6 | 14 | ||
| 7 | public ExtratoAntecipacaoArquivoDTO getExtratoAntecipacaoArquivoDTO() {return extratoAntecipacaoArquivoDTO;} |
15 | public ExtratoAntecipacaoArquivoDTO getExtratoAntecipacaoArquivoDTO() {return extratoAntecipacaoArquivoDTO;} |
| 8 | public void setExtratoAntecipacaoArquivoDTO(ExtratoAntecipacaoArquivoDTO extratoAntecipacaoArquivoDTO) {this.extratoAntecipacaoArquivoDTO = extratoAntecipacaoArquivoDTO;} |
16 | public void setExtratoAntecipacaoArquivoDTO(ExtratoAntecipacaoArquivoDTO extratoAntecipacaoArquivoDTO) {this.extratoAntecipacaoArquivoDTO = extratoAntecipacaoArquivoDTO;} |
| 9 | 17 | ||
| 10 | }
|
18 | }
|