Class InterventionExecutionInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.bl.outcome.intervention.event.InterventionExecutionInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Represents an input object for
InterventionTakeInChargeEvent, InterventionArrivalOnSiteEvent and InterventionStartEvent.
It contains the information of an intervention.- Since:
- 18.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Retrieves the date of an intervention.Retrieves the intervention ID.voidSets the date of an intervention.voidsetInterventionId(Long interventionId) Sets the intervention ID.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
-
Field Details
-
date
-
interventionId
-
-
Constructor Details
-
InterventionExecutionInput
public InterventionExecutionInput()
-
-
Method Details
-
getDate
Retrieves the date of an intervention.- Returns:
- The date of an intervention.
-
setDate
Sets the date of an intervention.- Parameters:
date- The date of an intervention.
-
getInterventionId
Retrieves the intervention ID.- Returns:
- The intervention ID.
-
setInterventionId
Sets the intervention ID.- Parameters:
interventionId- the intervention ID to be set
-