public interface SettableTimespanI extends TimespanI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
static org.apache.log4j.Logger |
log |
L10N_KEY_ERR_INCONSISTENT_DATES, L10N_KEY_ERR_INDET_NUMBER_OVERLAPPING, L10N_KEY_ERR_UNWANTED_OPEN_TIMESPAN
Modifier and Type | Method and Description |
---|---|
default void |
initStartAndEndDate(TimespanI otherTimespan)
Takes over the start and end date of the the passed TimespanI.
|
default void |
limitTo(TimespanI otherTS)
Shortens the bounds of this SettableTimespanI so that they do not exceed the limits of the passed TimespanI.
|
void |
setDateEnd(java.util.Date dateEnd) |
void |
setDateStart(java.util.Date dateStart) |
checkConsistentDates, checkConsistentDates, checkConsistentDates, checkIsClosedTimespanWithConsistentDates, checkIsClosedTimespanWithConsistentDates, coversAtMostOneMonth, endsAfterOrOnStartOf, endsAfterOrOnStartOf, equalDates, equalDates, getDateEnd, getDateStart, hasUndefinedTimespan, isAlwaysValid, isCompletelyValidDuring, isCompletelyValidDuring, isPartiallyValidDuring, isPartiallyValidDuring, isPartiallyValidDuring, isPartiallyValidDuring, isValid, isValidAt, isValidAt, isValidAtOrAfter, isValidAtOrBefore, isValidFromStartOfTime, isValidOn, isValidUntilEndOfTime, numberOfDays, overlappingDaysWith, overlapsWith, overlapsWith, startsBeforeOrOnEndOf, startsBeforeOrOnEndOf
static final java.lang.String $0
static final org.apache.log4j.Logger log
void setDateStart(java.util.Date dateStart)
void setDateEnd(java.util.Date dateEnd)
default void initStartAndEndDate(TimespanI otherTimespan)
default void limitTo(TimespanI otherTS)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.