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