Klasse AbstractEntity

java.lang.Object
codes.thischwa.cf.model.AbstractEntity
Alle implementierten Schnittstellen:
ResponseEntity
Bekannte direkte Unterklassen:
RecordEntity, ZoneEntity

public class AbstractEntity extends Object implements ResponseEntity
Represents a base abstract entity class for modeling domain objects with a unique identifier.

This class provides a fundamental contract for entities by implementing the ResponseEntity interface. The primary attribute of this class is the `id` field, which serves as a unique identifier for all derived entities.

Commonly extended by other entity classes to maintain a consistent entity structure across the domain models. This encourages code reusability and consistency within the system.

  • Konstruktordetails

    • AbstractEntity

      public AbstractEntity()