@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
String representation of this Id, as an hexadecimal value. |
long |
toLong()
Returns the
Long representation of this Id. |
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.