@return Hash code of the display name field
()
| 94 | |
| 95 | /** @return Hash code of the display name field */ |
| 96 | @Override |
| 97 | public int hashCode() { |
| 98 | return display_name.hashCode(); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Just compares the TSUID of the two objects as we don't care about the rest |
no outgoing calls
no test coverage detected