|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbase.jdbs.GUIDGenerator
public class GUIDGenerator
| Constructor Summary | |
|---|---|
protected |
GUIDGenerator()
The default constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getAlphanumericKey()
This method returns a alphanumeric key that is unique to a millisecond. |
static GUIDGenerator |
getInstance()
|
java.math.BigInteger |
getNumericKey()
This method returns a numeric key that is unique to a millisecond. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GUIDGenerator()
| Method Detail |
|---|
public static GUIDGenerator getInstance()
public java.lang.String getAlphanumericKey()
public java.math.BigInteger getNumericKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||