- All Superinterfaces:
Serializable,TechnicalId
- All Known Subinterfaces:
AggregateRootId
- All Known Implementing Classes:
AggregateRootUuid,IntegerEntityId
Identifies an entity within all entities of the same type.
-
Method Details
-
getType
EntityType getType()Returns the type represented by this identifier.- Returns:
- Type of entity.
-
asString
String asString()Returns the entity identifier as string.- Returns:
- Entity identifier.
-
asTypedString
String asTypedString()Returns the entity identifier as string with type and identifier.- Returns:
- Type and identifier.
-