| |
|
| java.lang.Object com.rift.coad.lib.common.RandomGuid
RandomGuid | public class RandomGuid (Code) | | This object is responsible for generating a random guid. It is a copy of a
class found at http://javaexchange.com/aboutRandomGUID.html. With some
modifications to support Coadunation better.
author: Marc (copied from http://javaexchange.com/aboutRandomGUID.html) |
getGuid | public String getGuid()(Code) | | This method returns the guid value.
The string containing the guid value. |
getInstance | public static RandomGuid getInstance() throws Exception(Code) | | This method returns a random guid object.
The reference to the instance of the random guid. exception: Exception - |
toString | public String toString()(Code) | | Retrieve the string value contained within.
The string value. |
|
|
|