Rev 409 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 409 | Rev 412 | ||
|---|---|---|---|
| Line 154... | Line 154... | ||
| 154 | if (other.sequencial != null) |
154 | if (other.sequencial != null) |
| 155 | return false; |
155 | return false; |
| 156 | } else if (!sequencial.equals(other.sequencial)) |
156 | } else if (!sequencial.equals(other.sequencial)) |
| 157 | return false; |
157 | return false; |
| 158 | return true; |
158 | return true; |
| - | 159 | }
|
|
| - | 160 | ||
| - | 161 | public void atualizarDados(FuncionarioEventoDTO funcionarioEventoDTO) { |
|
| - | 162 | this.tipo = funcionarioEventoDTO.getTipo(); |
|
| - | 163 | this.dataInicial = funcionarioEventoDTO.getDataInicial(); |
|
| - | 164 | this.dataFinal = funcionarioEventoDTO.getDataFinal(); |
|
| - | 165 | this.descricao = funcionarioEventoDTO.getDescricao(); |
|
| 159 | }
|
166 | }
|
| 160 | 167 | ||
| 161 | }
|
168 | }
|