- java.lang.Object
-
- org.ow2.orchestra.facade.uuid.AbstractUUID
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ActivityDefinitionUUID, ActivityInstanceUUID
public abstract class AbstractUUID
extends java.lang.Object
implements java.io.Serializable
Abstract parent class for all UUID classes.
An uuid should be immutable.
So you do not need to make a copy of it.
- See Also:
- Serialized Form
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static java.lang.String |
NUMBER_SEPARATOR |
static java.lang.String |
SEPARATOR |
protected java.lang.String |
value |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
equals(java.lang.Object obj) |
protected java.lang.String |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
AbstractUUID
protected AbstractUUID()
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2011 OW2 Consortium. All Rights Reserved.