クラス DayHasPassed

java.lang.ObjectSE
org.springframework.modulith.moments.DayHasPassed
実装されたすべてのインターフェース:
org.jmolecules.event.types.DomainEvent

public class DayHasPassed extends ObjectSE implements org.jmolecules.event.types.DomainEvent
毎日発行される DomainEvent
作成者:
Oliver Drotbohm
  • メソッドの詳細

    • of

      public static DayHasPassed of(LocalDateSE date)
      指定された LocalDateSE の新しい DayHasPassed を作成します。
      パラメーター:
      date - null であってはなりません。
    • getDate

      public LocalDateSE getDate()
      過ぎ去ったばかりの日。
      戻り値:
      null になることはありません。
    • equals

      public boolean equals(ObjectSE obj)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode