Constructor that creates an instance based on the UUID specified in
uuid.
Parameters:
uuid - The UUID from which to create the object.
Lid
public Lid(java.lang.String uuid,
boolean checkPrefix)
Creates an object from the supplied uuid, which may contain a
prefix.
Parameters:
uuid - The UUID from which to create the object.
checkPrefix - If true, the constructor sets the default
prefix if a prefix is not found in uuid. If
checkPrefix is false, the default prefix
is used without checking uuid.
Method Detail
getDefaultPrefix
public java.lang.String getDefaultPrefix()
Retrieves the default prefix that will be applied to new and un-prefixed
UUIDs.