public class Db4oUUID
extends java.lang.Object
ObjectContainer the object was created with.
| Constructor and Description |
|---|
Db4oUUID(long longPart_,
byte[] signaturePart_)
constructs a Db4oUUID from a long part and a signature part
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getLongPart()
returns the long part of this UUID.
|
byte[] |
getSignaturePart()
returns the signature part of this UUID.
|
int |
hashCode() |
java.lang.String |
toString() |
public Db4oUUID(long longPart_,
byte[] signaturePart_)
longPart_ - the long partsignaturePart_ - the signature partpublic long getLongPart()
public byte[] getSignaturePart()
ObjectContainer it was created on. This method
returns the signature of the Db4oDatabase object of the ObjectContainer: the
signature of the origin ObjectContainer.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object