Returns the object underlying this Identity. @return The object underlying this Identity
()
| 60 | * @return The object underlying this Identity |
| 61 | */ |
| 62 | public T getUnderlying() |
| 63 | { |
| 64 | return underlying; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Convert an object to the Identity wrapper for that object that does identity |