Package passport.roles
Interface Entity<Id extends EntityId>
- Type Parameters:
Id
- the type of the entity's identifier
- All Known Implementing Classes:
Evaluation
,Event
,Transaction
,User
public interface Entity<Id extends EntityId>
Represents a generic entity within the domain. This interface defines a
contract for entities to provide their unique identifier.
-
Method Summary
-
Method Details
-
id
-