com.bankframe.services.uuid
Interface Uuid

All Known Implementing Classes:
UuidImpl

public interface Uuid

This interface is used to retrieve the UUID in two formats i) as a String ii) as a byte[]


Method Summary
 byte[] getBytes()
          This method returns the value of the UUID as a byte[].
 java.lang.String getString()
          This method returns the value of the UUID as a string.
 

Method Detail

getString

public java.lang.String getString()
This method returns the value of the UUID as a string.

Returns:
String

getBytes

public byte[] getBytes()
This method returns the value of the UUID as a byte[].

Returns:
byte[]


Copyright © 2005, 2007, Oracle. All rights reserved.