Rev 620 | Rev 624 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 620 | Rev 623 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | private Boolean emitirComanda = false;
|
35 | private Boolean emitirComanda = false;
|
| 36 | private Boolean cpfCnpjNaNotaFiscal = false;
|
36 | private Boolean cpfCnpjNaNotaFiscal = false;
|
| 37 | */
|
37 | */
|
| 38 | 38 | ||
| 39 | public VendaDTO() {} |
39 | public VendaDTO() {} |
| - | 40 | ||
| - | 41 | public VendaDTO(Long sequencial) { |
|
| - | 42 | this.sequencial = sequencial; |
|
| - | 43 | }
|
|
| 40 | 44 | ||
| 41 | public Long getSequencial() { |
45 | public Long getSequencial() { |
| 42 | return sequencial; |
46 | return sequencial; |
| 43 | }
|
47 | }
|
| 44 | public void setSequencial(Long sequencial) { |
48 | public void setSequencial(Long sequencial) { |