Class DTOInterventionOutcome
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.rs1.interventionoutcome.DTOInterventionOutcome
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for intervention outcome.
- Since:
- 18.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal ZonedDateTimeGets the arrival date.final LongGets the encoded note.final ZonedDateTimeGets the end date.final LonggetId()Gets the id.final StringgetNotes()Gets the notes.final LongGet the origin.final LongGets the reason.final LongGet the reported duration.final ZonedDateTimeGets the start date.final ZonedDateTimeGets the take in charge date.final ZonedDateTimeGets the validation date.final LongGets the validation status.final voidsetArrivalDate(ZonedDateTime arrivalDate) Sets the arrival date.final voidsetEncodedNote(Long encodedNote) Sets the encoded note.final voidsetEndDate(ZonedDateTime endDate) Sets the end date.final voidSets the id.final voidSets the notes.final voidSet the origin.final voidSets the reason.final voidsetReportedDuration(Long reportedDuration) Set the reported duration.final voidsetStartDate(ZonedDateTime startDate) Sets the start date.final voidsetTakeInChargeDate(ZonedDateTime takeInChargeDate) Sets the take in charge date.final voidsetValidationDate(ZonedDateTime validationDate) Sets the validation date.final voidsetValidationStatus(Long validationStatus) Sets the validation status.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
-
DTOInterventionOutcome
public DTOInterventionOutcome()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getTakeInChargeDate
Gets the take in charge date.- Returns:
- the take in charge date
-
setTakeInChargeDate
Sets the take in charge date.- Parameters:
takeInChargeDate- the new take in charge date
-
getArrivalDate
Gets the arrival date.- Returns:
- the arrival date
-
setArrivalDate
Sets the arrival date.- Parameters:
arrivalDate- the new arrival date
-
getStartDate
Gets the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the new start date
-
getEndDate
Gets the end date.- Returns:
- the end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the new end date
-
getReason
Gets the reason.- Returns:
- the reason
-
setReason
Sets the reason.- Parameters:
reason- the new reason
-
getEncodedNote
Gets the encoded note.- Returns:
- the encoded note
-
setEncodedNote
Sets the encoded note.- Parameters:
encodedNote- the new encoded note
-
getValidationDate
Gets the validation date.- Returns:
- the validation date
-
setValidationDate
Sets the validation date.- Parameters:
validationDate- the new validation date
-
getValidationStatus
Gets the validation status.- Returns:
- the validation status
-
setValidationStatus
Sets the validation status.- Parameters:
validationStatus- the new validation status
-
getNotes
Gets the notes.- Returns:
- the notes
-
setNotes
Sets the notes.- Parameters:
notes- the new notes
-
getOrigin
Get the origin.- Returns:
- the origin
-
setOrigin
Set the origin.- Parameters:
origin- the origin
-
getReportedDuration
Get the reported duration.- Returns:
- the reported duration
-
setReportedDuration
Set the reported duration.- Parameters:
reportedDuration- the reported duration
-