Class DTOMobileWorkOrderDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.workorderdetails.DTOMobileWorkOrderDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for mobile work order detail.
- 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 list of work order operations interventions.Returns the technical object.Returns the work order.Returns the list of work order operations.voidsetInterventions(List<DTOMobileIntervention> interventions) Sets the of work order operations interventions.voidsetTechnicalObject(DTOMobileTechnicalObject technicalObject) Sets the technical object.voidsetWorkOrder(DTOMobileWorkOrderHeader workOrder) Sets the work order.voidsetWorkOrderOperations(List<DTOMobileWorkOrderOperation> workOrderOperations) Sets the list of work order operations.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
-
DTOMobileWorkOrderDetail
public DTOMobileWorkOrderDetail()
-
-
Method Details
-
getWorkOrder
Returns the work order.- Returns:
- the work order
-
setWorkOrder
Sets the work order.- Parameters:
workOrder- the work order
-
getWorkOrderOperations
Returns the list of work order operations.- Returns:
- a list of work order operations
- See Also:
-
setWorkOrderOperations
Sets the list of work order operations.- Parameters:
workOrderOperations- the work order operations
-
getTechnicalObject
Returns the technical object.- Returns:
- the technical object
-
setTechnicalObject
Sets the technical object.- Parameters:
technicalObject- the technical object
-
getInterventions
Returns the list of work order operations interventions.- Returns:
- a list of work order operations interventions
- See Also:
-
setInterventions
Sets the of work order operations interventions.- Parameters:
interventions- the interventions
-