Rev 629 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 629 | Rev 630 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | private Integer nota; |
35 | private Integer nota; |
| 36 | private String observacao; |
36 | private String observacao; |
| 37 | private Date dataFinalizacao; |
37 | private Date dataFinalizacao; |
| 38 | 38 | ||
| 39 | public NpsPosVenda() {} |
39 | public NpsPosVenda() {} |
| - | 40 | ||
| - | 41 | public NpsPosVenda(Long sequencial) { |
|
| - | 42 | this.sequencial = sequencial; |
|
| - | 43 | }
|
|
| 40 | 44 | ||
| 41 | @Override |
45 | @Override |
| 42 | @Transient |
46 | @Transient |
| 43 | public Object getId() { |
47 | public Object getId() { |
| 44 | return this.getSequencial(); |
48 | return this.getSequencial(); |