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[].
 String getString()
          This method returns the value of the UUID as a string.
 

Method Detail

getString

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

Returns:
String

getBytes

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

Returns:
byte[]


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