クラス MonthHasPassed

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

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

    • of

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

      public YearMonthSE getMonth()
      過ぎたばかりの月。
      戻り値:
      null になることはありません。
    • equals

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

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