Class BOInterventionOutcome
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.bl.outcome.intervention.BOInterventionOutcome
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing an intervention outcome.
- Since:
- 18.0
- See Also:
- GCApi:
- bo
-
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 TypeMethodDescriptionGets the arrival date.Gets the encoded note id.Gets the end date.Returns the forced closure type.getId()Gets the id.getNotes()Gets the notes.Returns the origin id.Gets the reason.Returns the reported duration.Gets the start date.Gets the take in charge date.Gets the validation date.Gets the validation status.voidsetArrivalDate(Date arrivalDate) Sets the arrival date.voidsetEncodedNote(Long encodedNote) Sets the encoded note id.voidsetEndDate(Date endDate) Sets the end date.voidsetForcedClosureType(Long forcedClosureType) Sets the forced closure type.voidSets the id.voidSets the notes.voidSets the origin id.voidSets the reason.voidsetReportedDuration(Long reportedDuration) Sets the reported duration.voidsetStartDate(Date startDate) Sets the start date.voidsetTakeInChargeDate(Date takeInChargeDate) Sets the take in charge date.voidsetValidationDate(Date validationDate) Sets the validation date.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
-
BOInterventionOutcome
public BOInterventionOutcome()
-
-
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 id.- Returns:
- the encoded note id
-
setEncodedNote
Sets the encoded note id.- Parameters:
encodedNote- 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
-
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
-
getForcedClosureType
Returns the forced closure type.- Returns:
- the forced closure type
-
setForcedClosureType
Sets the forced closure type.- Parameters:
forcedClosureType- the forced closure type
-
getOrigin
Returns the origin id.- Returns:
- the origin id
-
setOrigin
Sets the origin id.- Parameters:
origin- the origin id
-
getReportedDuration
Returns the reported duration.- Returns:
- the reported duration
-
setReportedDuration
Sets the reported duration.- Parameters:
reportedDuration- the reported duration
-