Rev 516 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 516 | Rev 520 | ||
|---|---|---|---|
| Line 88... | Line 88... | ||
| 88 | return Objects.equals(produtoDTO, other.produtoDTO) && Objects.equals(transferenciaDTO, other.transferenciaDTO); |
88 | return Objects.equals(produtoDTO, other.produtoDTO) && Objects.equals(transferenciaDTO, other.transferenciaDTO); |
| 89 | }
|
89 | }
|
| 90 | 90 | ||
| 91 | public Long getSequencialDoProduto() { |
91 | public Long getSequencialDoProduto() { |
| 92 | return VerificadorUtil.naoEstaNulo(getProdutoDTO())? getProdutoDTO().getSequencial() : null; |
92 | return VerificadorUtil.naoEstaNulo(getProdutoDTO())? getProdutoDTO().getSequencial() : null; |
| - | 93 | }
|
|
| - | 94 | ||
| - | 95 | public Long getSequencialDaTransferencia() { |
|
| - | 96 | return VerificadorUtil.naoEstaNulo(getTransferenciaDTO())? getTransferenciaDTO().getSequencial() : null; |
|
| 93 | }
|
97 | }
|
| 94 | 98 | ||
| 95 | }
|
99 | }
|