net.m2technologies.open_arm.utilities.guid
Class RandomGUID

java.lang.Object
  extended bynet.m2technologies.open_arm.utilities.guid.RandomGUID

public class RandomGUID
extends java.lang.Object


Constructor Summary
RandomGUID()
           
RandomGUID(boolean secure)
           
RandomGUID(byte[] bytes)
          Extra constructor added for OpenArm -- here, we presume that you know what you're doing.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getValue()
           
 int hashCode()
           
static void main(java.lang.String[] args)
           
 void reset()
           
 void reset(boolean secure)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomGUID

public RandomGUID()

RandomGUID

public RandomGUID(boolean secure)

RandomGUID

public RandomGUID(byte[] bytes)
Extra constructor added for OpenArm -- here, we presume that you know what you're doing. The value passed as a byte array will simply be stored here, and represented as a String.

Parameters:
bytes -
Method Detail

reset

public void reset()

reset

public void reset(boolean secure)

getValue

public java.lang.String getValue()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()

main

public static void main(java.lang.String[] args)