Package com.enonic.xp.node
Class UUID
- java.lang.Object
-
- com.enonic.xp.node.UUID
-
- Direct Known Subclasses:
AuditLogId,ContentId,NodeCommitId,NodeId,NodeVersionId
@PublicApi public class UUID extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)static UUIDfrom(Object object)Deprecated.static UUIDfrom(String string)Deprecated.inthashCode()StringtoString()
-
-
-
Field Detail
-
value
protected final String value
-
-
Method Detail
-
from
@Deprecated public static UUID from(String string)
Deprecated.
-
from
@Deprecated public static UUID from(Object object)
Deprecated.
-
-