Rev 535 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 535 | Rev 538 | ||
|---|---|---|---|
| Line 62... | Line 62... | ||
| 62 | private Boolean ehDevolucaoMesmoProduto; |
62 | private Boolean ehDevolucaoMesmoProduto; |
| 63 | 63 | ||
| 64 | public EstoqueAuditoria() { |
64 | public EstoqueAuditoria() { |
| 65 | setEhDevolucaoMesmoProduto(false); |
65 | setEhDevolucaoMesmoProduto(false); |
| 66 | setValorDevolvido(new Double(0.0)); |
66 | setValorDevolvido(new Double(0.0)); |
| - | 67 | }
|
|
| - | 68 | ||
| - | 69 | public EstoqueAuditoria(Long sequencial) { |
|
| - | 70 | this.sequencial = sequencial; |
|
| 67 | }
|
71 | }
|
| 68 | 72 | ||
| 69 | @Override |
73 | @Override |
| 70 | @Transient |
74 | @Transient |
| 71 | public Object getId() { |
75 | public Object getId() { |