Rev 418 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 418 | Rev 425 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | import java.io.Serializable; |
3 | import java.io.Serializable; |
| 4 | 4 | ||
| 5 | import br.com.ec.domain.dto.notafiscal.NotaFiscalEletronicaDTO; |
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 | import nfce.TNfeProc; |
|
| 8 | 9 | ||
| 9 | @Relatorio |
10 | @Relatorio |
| 10 | @ArquivoJasper(nome="danfe/DANFE_NFE.jasper") |
11 | @ArquivoJasper(nome="danfe/DANFE_NFE.jasper") |
| 11 | public class FiltroDanfeNfe implements Serializable { |
12 | public class FiltroDanfeNfe implements Serializable { |
| 12 | 13 | ||
| 13 | private static final long serialVersionUID = 1L; |
14 | private static final long serialVersionUID = 1L; |
| 14 | 15 | ||
| 15 | private NotaFiscalEletronicaDTO notaFiscalEletronicaDTO; |
16 | private NotaFiscalEletronicaDTO notaFiscalEletronicaDTO; |
| - | 17 | private TNfeProc tNfeProc; |
|
| 16 | 18 | ||
| 17 | public FiltroDanfeNfe() {} |
19 | public FiltroDanfeNfe() {} |
| 18 | 20 | ||
| 19 | public NotaFiscalEletronicaDTO getNotaFiscalEletronicaDTO() { |
21 | public NotaFiscalEletronicaDTO getNotaFiscalEletronicaDTO() { |
| 20 | return notaFiscalEletronicaDTO; |
22 | return notaFiscalEletronicaDTO; |
| 21 | }
|
23 | }
|
| 22 | public void setNotaFiscalEletronicaDTO(NotaFiscalEletronicaDTO notaFiscalEletronicaDTO) { |
24 | public void setNotaFiscalEletronicaDTO(NotaFiscalEletronicaDTO notaFiscalEletronicaDTO) { |
| 23 | this.notaFiscalEletronicaDTO = notaFiscalEletronicaDTO; |
25 | this.notaFiscalEletronicaDTO = notaFiscalEletronicaDTO; |
| - | 26 | }
|
|
| - | 27 | ||
| - | 28 | public TNfeProc gettNfeProc() { |
|
| - | 29 | return tNfeProc; |
|
| - | 30 | }
|
|
| - | 31 | ||
| - | 32 | public void settNfeProc(TNfeProc tNfeProc) { |
|
| - | 33 | this.tNfeProc = tNfeProc; |
|
| 24 | }
|
34 | }
|
| 25 | 35 | ||
| 26 | }
|
36 | }
|