クラス ShiftedQuarter
java.lang.ObjectSE
org.springframework.modulith.moments.ShiftedQuarter
構成可能な
MonthSE で開始するようにシフトできる四半期。- 作成者:
- Oliver Drotbohm
方法の概要
修飾子と型メソッド説明booleancontains(LocalDateSE date) 指定されたLocalDateSE が現在のShiftedQuarterに含まれているかどうかを返します。booleangetEnd()getEndDate(YearSE year) 指定されたYearSE のShiftedQuarterの終了日を返します。論理Quarterを返します。getStart()getStartDate(YearSE year) 指定されたYearSE のShiftedQuarterの開始日を返します。inthashCode()booleanisLastDay(LocalDateSE date) 指定されたLocalDateSE がShiftedQuarterの最終日であるかどうかを返します。next()次のShiftedQuarterを返します。static ShiftedQuarterstatic ShiftedQuarter
方法の詳細
of
- パラメーター:
quarter- null であってはなりません。startMonth- null であってはなりません。
of
getQuarter
論理Quarterを返します。- 戻り値:
- null になることはありません。
next
次のShiftedQuarterを返します。- 戻り値:
- null になることはありません。
contains
指定されたLocalDateSE が現在のShiftedQuarterに含まれているかどうかを返します。- パラメーター:
date- null であってはなりません。- 戻り値:
getStart
- 戻り値:
- null になることはありません。
getEnd
- 戻り値:
- null になることはありません。
isLastDay
指定されたLocalDateSE がShiftedQuarterの最終日であるかどうかを返します。- パラメーター:
date- null であってはなりません。
getStartDate
指定されたYearSE のShiftedQuarterの開始日を返します。- パラメーター:
year- null であってはなりません。- 戻り値:
- null になることはありません。
getEndDate
指定されたYearSE のShiftedQuarterの終了日を返します。- パラメーター:
year- null であってはなりません。- 戻り値:
- null になることはありません。
equals
hashCode
public int hashCode()