Subversion Repositories Integrator Subversion

Rev

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

Rev 485 Rev 495
Line 29... Line 29...
29
        private Long sequencial;
29
        private Long sequencial;
30
        private NotaFiscal notaFiscal;
30
        private NotaFiscal notaFiscal;
31
        private CompraProduto compraProduto;
31
        private CompraProduto compraProduto;
32
        private Integer quantidade;
32
        private Integer quantidade;
33
        private Double valor;
33
        private Double valor;
-
 
34
        private String xmlDetalheCompra;
34
       
35
       
35
        @Id
36
        @Id
36
        @SequenceGenerator(name = "sq_notafiscalproduto")
37
        @SequenceGenerator(name = "sq_notafiscalproduto")
37
        @GeneratedValue(strategy = GenerationType.IDENTITY)
38
        @GeneratedValue(strategy = GenerationType.IDENTITY)
38
        @Column(name="seq_notafiscalproduto", nullable=false)
39
        @Column(name="seq_notafiscalproduto", nullable=false)
Line 89... Line 90...
89
        public Double getValor() {
90
        public Double getValor() {
90
                return valor;
91
                return valor;
91
        }
92
        }
92
        public void setValor(Double valor) {
93
        public void setValor(Double valor) {
93
                this.valor = valor;
94
                this.valor = valor;
-
 
95
        }
-
 
96
       
-
 
97
        @Column(name="txt_xml_detcompra")
-
 
98
        public String getXmlDetalheCompra() {
-
 
99
                return xmlDetalheCompra;
-
 
100
        }
-
 
101
        public void setXmlDetalheCompra(String xmlDetalheCompra) {
-
 
102
                this.xmlDetalheCompra = xmlDetalheCompra;
94
        }
103
        }
95
       
104
       
96
        /*
105
        /*
97
        @Transient
106
        @Transient
98
        public Long getSequencialDaNotaFiscal() {
107
        public Long getSequencialDaNotaFiscal() {