Interface HasDate

All Known Subinterfaces:
ExternalEntity, HasMutableDate, MutableExternalEntity
All Known Implementing Classes:
ExternalEntityImp, MutableExternalEntityImp

public interface HasDate
Mixin indicating the class has the capability to have a date.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    String representation of the property associated with the mixin.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the date of entity.
  • Field Details

  • Method Details

    • date

      LocalDate date()
      Returns the date of entity.
      Returns:
      the date of the entity