Class DTOMobileIntervention
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.workorderdetails.DTOMobileIntervention
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
@TimeZoneResolver(event=InterventionTimeZoneResolverEvent.class,
fieldName="id")
public class DTOMobileIntervention
extends DynO
DTO for mobile intervention.
- Since:
- 19.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 TypeMethodDescriptionReturns the appointment id.getId()Returns the intervention id.Returns the operation id.Returns the outcome type.getState()Returns the id of the intervention technician.Returns the name of the intervention technician.Returns the surname of the intervention technician.voidsetAppointment(Long appointment) Sets the appointment id.voidSets the intervention id.voidsetOperation(Long operation) Sets the operation id.voidsetOutcomeType(Long outcomeType) Sets the outcome type.voidvoidsetStateDescription(String stateDescription) voidsetTechnicianId(Long technicianId) Sets the id of the intervention technician.voidsetTechnicianName(String technicianName) Sets the name of the intervention technician.voidsetTechnicianSurname(String technicianSurname) Sets the surname of the intervention technician.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
-
DTOMobileIntervention
public DTOMobileIntervention()
-
-
Method Details
-
getId
Returns the intervention id.- Returns:
- the id
-
setId
Sets the intervention id.- Parameters:
id- the id
-
getTechnicianId
Returns the id of the intervention technician.- Returns:
- the technician id
-
setTechnicianId
Sets the id of the intervention technician.- Parameters:
technicianId- the technician id
-
getTechnicianName
Returns the name of the intervention technician.- Returns:
- the technician name
-
setTechnicianName
Sets the name of the intervention technician.- Parameters:
technicianName- the technician name
-
getTechnicianSurname
Returns the surname of the intervention technician.- Returns:
- the technician surname
-
setTechnicianSurname
Sets the surname of the intervention technician.- Parameters:
technicianSurname- the technician surname
-
getOutcomeType
Returns the outcome type.- Returns:
- the outcome type
-
setOutcomeType
Sets the outcome type.- Parameters:
outcomeType- the outcome type
-
getAppointment
Returns the appointment id.- Returns:
- the appointment id
-
setAppointment
Sets the appointment id.- Parameters:
appointment- the appointment id
-
getOperation
Returns the operation id.- Returns:
- the operation id
-
setOperation
Sets the operation id.- Parameters:
operation- the operation id
-
getStateDescription
-
setStateDescription
-
getState
-
setState
-