Interface HasUid
- All Known Subinterfaces:
Metadata
public interface HasUid
HasUid --
- Since:
- 3.3.3-3 2024-09-08
- Version:
- 4.0.0 2024-09-08
- Author:
- klenkes74 <rlichti@kaiserpfalz-edv.de>
-
Field Details
-
VALID_UID_MSG
- See Also:
-
VALID_UID_PATTERN
- See Also:
-
-
Method Details
-
getUid
@NotNull @Pattern(regexp="[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}", message="The ID must be a valid UUID.") @NotNull @Pattern(regexp="[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}",message="The ID must be a valid UUID.") UUID getUid()
-