-
public final class WeekDateRange
-
-
Field Summary
Fields Modifier and Type Field Description private final LocalDatestartDateAdjustedprivate final LocalDateendDateAdjusted
-
Constructor Summary
Constructors Constructor Description WeekDateRange(LocalDate startDateAdjusted, LocalDate endDateAdjusted)
-
Method Summary
Modifier and Type Method Description final LocalDategetStartDateAdjusted()final LocalDategetEndDateAdjusted()-
-
Method Detail
-
getStartDateAdjusted
final LocalDate getStartDateAdjusted()
-
getEndDateAdjusted
final LocalDate getEndDateAdjusted()
-
-
-
-