Interface ScheduledStartTimeChange
- All Known Implementing Classes:
ScheduledStartTimeChangeImpl
public interface ScheduledStartTimeChange
An interface providing methods to access
ScheduledStartTimeChange implementations properties-
Method Details
-
getOldTime
Date getOldTime()Returns aDatespecifying the old date- Returns:
- - a
Datespecifying the old date
-
getNewTime
Date getNewTime()Returns aDatespecifying the new date- Returns:
- - a
Datespecifying the new date
-
getChangedAt
Date getChangedAt()Returns aDatespecifying when was start time changed- Returns:
- - a
Datespecifying when was start time changed
-