@FunctionalInterface public interface IHasLastModificationDateTime
| Modifier and Type | Method and Description |
|---|---|
default LocalDate |
getLastModificationDate() |
LocalDateTime |
getLastModificationDateTime() |
default LocalTime |
getLastModificationTime() |
default boolean |
hasLastModificationDateTime() |
default boolean |
isLastModifiedAt(LocalDateTime aDT)
Check if the object was modified at the specified local date time.
|
@Nullable LocalDateTime getLastModificationDateTime()
null if the object
has not been modified yet.default boolean hasLastModificationDateTime()
default boolean isLastModifiedAt(@Nonnull LocalDateTime aDT)
true, if the modified time is ≤ than the specified local
date time.aDT - The time to check for modification. May not be null.true if this object was modified, false
if not.Copyright © 2014–2022 Philip Helger. All rights reserved.