Subversion Repositories Integrator Subversion

Rev

Rev 259 | Rev 449 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 259 Rev 414
Line 95... Line 95...
95
//      private List<CompraProduto> listaCompraProduto;
95
//      private List<CompraProduto> listaCompraProduto;
96
        private List<Lancamento> listaLancamento;
96
        private List<Lancamento> listaLancamento;
97
        private List<VendaFormaPagamento> listaFormaPagamento;
97
        private List<VendaFormaPagamento> listaFormaPagamento;
98
       
98
       
99
        private Boolean notaFiscalPendente;
99
        private Boolean notaFiscalPendente;
-
 
100
       
-
 
101
        public NotaFiscal() {}
-
 
102
                       
-
 
103
        public NotaFiscal(Long sequencial) {
-
 
104
                this.sequencial = sequencial;
-
 
105
        }
100
       
106
       
101
        @Override
107
        @Override
102
        @Transient
108
        @Transient
103
        public Object getId() {
109
        public Object getId() {
104
                return this.getSequencial();
110
                return this.getSequencial();