Class DTOOutcomeFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.rs1.outcome.DTOOutcomeFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for filter an 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 ZonedDateTimeRangeGets the arrival date.final Collection<Long> Gets the encoded note id.final Collection<Long> Gets the encoded note id.final ZonedDateTimeRangeGets the end date.final Collection<Long> getId()Gets the id.final StringgetNotes()Gets the notes.final Collection<Long> Gets the reason.final Collection<Long> Gets the reason id.final ZonedDateTimeRangeGets the start date.final ZonedDateTimeRangeGets the take in charge date.final ZonedDateTimeRangeGets the validation date.final Collection<Long> Gets the validation status.final Collection<Long> Gets the validation status id.final voidsetArrivalDate(ZonedDateTimeRange arrivalDate) Sets the arrival date.final voidsetEncodedNoteId(Collection<Long> encodedNoteId) Sets the encoded note id.final voidsetEndDate(ZonedDateTimeRange endDate) Sets the end date.final voidsetId(Collection<Long> id) Sets the id.final voidSets the notes.final voidsetReasonId(Collection<Long> reasonId) Sets the reason id.final voidsetStartDate(ZonedDateTimeRange startDate) Sets the start date.final voidsetTakeInChargeDate(ZonedDateTimeRange takeInChargeDate) Sets the take in charge date.final voidsetValidationDate(ZonedDateTimeRange validationDate) Sets the validation date.final voidsetValidationStatusId(Collection<Long> validationStatusId) Sets the validation status 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
-
Constructor Details
-
DTOOutcomeFilter
public DTOOutcomeFilter()
-
-
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
-
getReasonId
Gets the reason id.- Returns:
- the reason id
-
getReason
Gets the reason.- Returns:
- the reason
-
setReasonId
Sets the reason id.- Parameters:
reasonId- the new reason id
-
getEncodedNoteId
Gets the encoded note id.- Returns:
- the encoded note id
-
getEncodedNote
Gets the encoded note id.- Returns:
- the encoded note id
-
setEncodedNoteId
Sets the encoded note id.- Parameters:
encodedNoteId- the new encoded note id
-
getValidationDate
Gets the validation date.- Returns:
- the validation date
-
setValidationDate
Sets the validation date.- Parameters:
validationDate- the new validation date
-
getValidationStatusId
Gets the validation status id.- Returns:
- the validation status id
-
getValidationStatus
Gets the validation status.- Returns:
- the validation status
-
setValidationStatusId
Sets the validation status id.- Parameters:
validationStatusId- the new validation status id
-
getNotes
Gets the notes.- Returns:
- the notes
-
setNotes
Sets the notes.- Parameters:
notes- the new notes
-