com.elasticpath.domain.misc
Interface RandomGuid

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RandomGuidImpl

public interface RandomGuid
extends java.io.Serializable

Represents a randomly generated global uid.


Method Summary
 java.lang.String toString()
          Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc).
 

Method Detail

toString

java.lang.String toString()
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc). Example: C2FEEEAC-CFCD-11D1-8B05-00600806D9B6

Overrides:
toString in class java.lang.Object
Returns:
the guid string