|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.util.RandomGUID
public class RandomGUID
| Field Summary | |
|---|---|
String |
valueAfterMD5
|
String |
valueBeforeMD5
|
| Constructor Summary | |
|---|---|
RandomGUID()
Default constructor. |
|
RandomGUID(boolean secure)
Constructor with security option. |
|
| Method Summary | |
|---|---|
static String |
create()
Just to make life easy, not quick |
static void |
main(String[] args)
Demonstration and self test of class |
String |
toString()
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc.) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String valueBeforeMD5
public String valueAfterMD5
| Constructor Detail |
|---|
public RandomGUID()
public RandomGUID(boolean secure)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic static String create()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||