Class UUIDIdentification
java.lang.Object
org.episteme.core.util.identity.Identification
org.episteme.core.util.identity.UUIDIdentification
- All Implemented Interfaces:
Serializable, Identified<Identification>
Universally Unique Identifier (UUID) identification.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Identification
equals, getId, hashCode, toString
-
Constructor Details
-
UUIDIdentification
-
UUIDIdentification
-
UUIDIdentification
public UUIDIdentification()
-
-
Method Details
-
getUUID
-
getScheme
Description copied from class:IdentificationReturns the identification scheme (e.g., "UUID", "ISBN", "DOI").- Specified by:
getSchemein classIdentification- Returns:
- the scheme name
-