Interface ScheduledStartTimeChange

All Known Implementing Classes:
ScheduledStartTimeChangeImpl

public interface ScheduledStartTimeChange
An interface providing methods to access ScheduledStartTimeChange implementations properties
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a Date specifying when was start time changed
    Returns a Date specifying the new date
    Returns a Date specifying the old date
  • Method Details

    • getOldTime

      Date getOldTime()
      Returns a Date specifying the old date
      Returns:
      - a Date specifying the old date
    • getNewTime

      Date getNewTime()
      Returns a Date specifying the new date
      Returns:
      - a Date specifying the new date
    • getChangedAt

      Date getChangedAt()
      Returns a Date specifying when was start time changed
      Returns:
      - a Date specifying when was start time changed