Class DTOInterventionOutcomeInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.rs1.interventionoutcome.DTOInterventionOutcomeInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 StringgetNotes()Gets the notes.final LongReturns the origin.final LongGets the reason.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 notes.final voidSets the origin.final voidSets the reason.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
-
DTOInterventionOutcomeInsert
public DTOInterventionOutcomeInsert()
-
-
Method Details
-
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
Returns the origin.- Returns:
- the origin
-
setOrigin
Sets the origin.- Parameters:
origin- the origin
-