Package codes.thischwa.cf.model
Schnittstelle ResponseEntity
- Alle bekannten Implementierungsklassen:
AbstractEntity,RecordEntity,ZoneEntity
public interface ResponseEntity
Represents a contract for entities that have a unique identifier.
This interface is primarily used as a common abstraction for domain objects that require a unique identifier, enabling type consistency and code reusability.
-
Methodenübersicht
-
Methodendetails
-
getId
String getId()Retrieves the unique identifier of the entity.- Gibt zurück:
- the unique identifier as a String
-