|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.services.uuid.impl.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[] |
java.lang.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)
| Method Detail |
public java.lang.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 | ||||||||||