Interface HasMutableDate

All Superinterfaces:
HasDate
All Known Subinterfaces:
MutableExternalEntity
All Known Implementing Classes:
MutableExternalEntityImp

public interface HasMutableDate extends 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 inherited from interface net.tangly.core.HasDate

    DATE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the new date of the entity.

    Methods inherited from interface net.tangly.core.HasDate

    date
  • Method Details

    • date

      void date(LocalDate date)
      Set the new date of the entity.
      Parameters:
      date - new date of the entity
      See Also: