|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.uuid.impl.UuidImpl
public class UuidImpl
This is the UUID Implementation class which allows the generated UUID to be returned as a byte[] or a string
| Constructor Summary | |
|---|---|
UuidImpl(byte[] uuidByte)
Constructor |
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
This method returns the UUID as a byte[] |
String |
getString()
This method converts the UUID from byte[] into a string representation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UuidImpl(byte[] uuidByte)
uuidByte - byte[]| Method Detail |
|---|
public String getString()
getString in interface Uuidpublic byte[] getBytes()
getBytes in interface Uuid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||