public interface Identifiable
The purpose of this class is to be extended by more complex objects that require a UUID
| Modifier and Type | Method and Description |
|---|---|
UniqueIdentifier |
getID()
get the Identifier
|
void |
setID(UniqueIdentifier id)
set the Identifier
|
void setID(UniqueIdentifier id)
UniqueIdentifier getID()
UUID This is a technical identifier that is used for system purposes such as matching. If a suitable internal key is not available, a UUID MAY be used.
Copyright © 2021. All rights reserved.