Class AbsenceTooltipData

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.ux.schedule.tooltip.AbsenceTooltipData
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class AbsenceTooltipData extends DynO
See Also:
  • Constructor Details

    • AbsenceTooltipData

      public AbsenceTooltipData()
  • Method Details

    • getAbsenceReason

      public String getAbsenceReason()
      Retrieves the absence reason.
      Returns:
      the absence reason
    • setAbsenceReason

      public void setAbsenceReason(String absenceReason)
      Sets the absence reason.
      Parameters:
      absenceReason - the reason for the absence
    • getScheduledInterval

      public String getScheduledInterval()
      Gets the scheduled interval.
      Returns:
      the scheduled interval
    • setScheduledInterval

      public void setScheduledInterval(String scheduledInterval)
      Sets the scheduled interval.
      Parameters:
      scheduledInterval - the scheduled interval
    • getAddress

      public String getAddress()
      Gets the address.
      Returns:
      the address
    • setAddress

      public void setAddress(String address)
      Sets the address.
      Parameters:
      address - the address
    • getDistanceFromPreviousActivity

      public String getDistanceFromPreviousActivity()
      Gets the distance from the previous activity.
      Returns:
      the distance from the previous activity
    • setDistanceFromPreviousActivity

      public void setDistanceFromPreviousActivity(String distanceFromPreviousActivity)
      Sets the distance from the previous activity.
      Parameters:
      distanceFromPreviousActivity - the distance from the previous activity
    • getTimePreviousActivity

      public String getTimePreviousActivity()
      Gets the time of the previous activity.
      Returns:
      the time of the previous activity
    • setTimePreviousActivity

      public void setTimePreviousActivity(String timePreviousActivity)
      Sets the time of the previous activity.
      Parameters:
      timePreviousActivity - the time of the previous activity
    • getNote

      public String getNote()
      Gets the note
      Returns:
      the note
    • setNote

      public void setNote(String note)
      Sets the note
      Parameters:
      note - the note