Subversion Repositories Integrator Subversion

Rev

Rev 667 | Rev 671 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

package br.com.ec.domain.dto;

public class AntecipacaoDTO {
       
        private ExtratoAntecipacaoArquivoDTO extratoAntecipacaoArquivoDTO;
       
        public ExtratoAntecipacaoArquivoDTO getExtratoAntecipacaoArquivoDTO() {return extratoAntecipacaoArquivoDTO;}
        public void setExtratoAntecipacaoArquivoDTO(ExtratoAntecipacaoArquivoDTO extratoAntecipacaoArquivoDTO) {this.extratoAntecipacaoArquivoDTO = extratoAntecipacaoArquivoDTO;}

}