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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the absence reason.Gets the address.Gets the distance from the previous activity.getNote()Gets the noteGets the scheduled interval.Gets the time of the previous activity.voidsetAbsenceReason(String absenceReason) Sets the absence reason.voidsetAddress(String address) Sets the address.voidsetDistanceFromPreviousActivity(String distanceFromPreviousActivity) Sets the distance from the previous activity.voidSets the notevoidsetScheduledInterval(String scheduledInterval) Sets the scheduled interval.voidsetTimePreviousActivity(String timePreviousActivity) Sets the time of the previous activity.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
AbsenceTooltipData
public AbsenceTooltipData()
-
-
Method Details
-
getAbsenceReason
Retrieves the absence reason.- Returns:
- the absence reason
-
setAbsenceReason
Sets the absence reason.- Parameters:
absenceReason- the reason for the absence
-
getScheduledInterval
Gets the scheduled interval.- Returns:
- the scheduled interval
-
setScheduledInterval
Sets the scheduled interval.- Parameters:
scheduledInterval- the scheduled interval
-
getAddress
Gets the address.- Returns:
- the address
-
setAddress
Sets the address.- Parameters:
address- the address
-
getDistanceFromPreviousActivity
Gets the distance from the previous activity.- Returns:
- the distance from the previous activity
-
setDistanceFromPreviousActivity
Sets the distance from the previous activity.- Parameters:
distanceFromPreviousActivity- the distance from the previous activity
-
getTimePreviousActivity
Gets the time of the previous activity.- Returns:
- the time of the previous activity
-
setTimePreviousActivity
Sets the time of the previous activity.- Parameters:
timePreviousActivity- the time of the previous activity
-
getNote
Gets the note- Returns:
- the note
-
setNote
Sets the note- Parameters:
note- the note
-