|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsunlabs.brazil.util.Guid
public class Guid
Utility to generate GUID's (Globally Unique Identifiers). We'll fill in more methods as needed.
Constructor Summary | |
---|---|
Guid()
|
Method Summary | |
---|---|
protected String |
getGuidString()
Return a GUID as a string. |
static String |
getString()
Return a GUID as a string. |
static void |
setGuidImpl(Guid factory)
Allow global replacement of the GUID generator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Guid()
Method Detail |
---|
public static void setGuidImpl(Guid factory)
public static String getString()
protected String getGuidString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |