Rev 414 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 414 | Rev 418 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | 4 | ||
| 5 | import br.com.ec.domain.dto.NotaFiscalDTO; |
- | |
| - | 5 | import br.com.ec.domain.dto.notafiscal.NotaFiscalEletronicaDTO; |
|
| 6 | import br.com.ec.relatorio.interfaces.ArquivoJasper; |
6 | import br.com.ec.relatorio.interfaces.ArquivoJasper; |
| 7 | import br.com.ec.relatorio.interfaces.Relatorio; |
7 | import br.com.ec.relatorio.interfaces.Relatorio; |
| 8 | 8 | ||
| 9 | @Relatorio |
9 | @Relatorio |
| 10 | @ArquivoJasper(nome="danfe/danfenfe.jasper") |
- | |
| - | 10 | @ArquivoJasper(nome="danfe/DANFE_NFE.jasper") |
|
| 11 | public class FiltroDanfeNfe implements Serializable { |
11 | public class FiltroDanfeNfe implements Serializable { |
| 12 | 12 | ||
| 13 | private static final long serialVersionUID = 1L; |
13 | private static final long serialVersionUID = 1L; |
| 14 | 14 | ||
| 15 | private NotaFiscalDTO notaFiscal; |
- | |
| - | 15 | private NotaFiscalEletronicaDTO notaFiscalEletronicaDTO; |
|
| 16 | 16 | ||
| 17 | public FiltroDanfeNfe() {} |
17 | public FiltroDanfeNfe() {} |
| 18 | 18 | ||
| 19 | public FiltroDanfeNfe(NotaFiscalDTO notaFiscal) { |
- | |
| 20 | this.notaFiscal = notaFiscal; |
- | |
| - | 19 | public NotaFiscalEletronicaDTO getNotaFiscalEletronicaDTO() { |
|
| - | 20 | return notaFiscalEletronicaDTO; |
|
| 21 | }
|
21 | }
|
| 22 | - | ||
| 23 | public NotaFiscalDTO getNotaFiscal() { |
- | |
| 24 | return notaFiscal; |
- | |
| 25 | }
|
- | |
| 26 | public void setNotaFiscal(NotaFiscalDTO notaFiscal) { |
- | |
| 27 | this.notaFiscal = notaFiscal; |
- | |
| - | 22 | public void setNotaFiscalEletronicaDTO(NotaFiscalEletronicaDTO notaFiscalEletronicaDTO) { |
|
| - | 23 | this.notaFiscalEletronicaDTO = notaFiscalEletronicaDTO; |
|
| 28 | }
|
24 | }
|
| 29 | 25 | ||
| 30 | }
|
26 | }
|