@ParametersAreNonnullByDefault public final class UndefinedId extends Object implements Id
Id.
 
 This implementation is used when a PersistentEObject is initialized without any identifier.
| Constructor and Description | 
|---|
| UndefinedId() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Id o) | 
| String | toHexString()Returns the  Stringrepresentation of thisId, as an hexadecimal value. | 
| long | toLong()Returns the  Longrepresentation of thisId. | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProviderpublic long toLong()
IdLong representation of this Id.@Nonnull public String toHexString()
IdString representation of this Id, as an hexadecimal value.toHexString in interface Idpublic int compareTo(Id o)
compareTo in interface Comparable<Id>Copyright © 2013–2019 Atlanmod. All rights reserved.