Class DTORoughPlanningOrderMovementUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement.DTORoughPlanningOrderMovementUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update rough planning order movement
- Since:
- 20.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 TypeMethodDescriptionGets the destination bucket.Gets the rough planning.Gets the work order.final voidsetDestinationBucket(Optional<Long> destinationBucket) Sets the destination bucket.final voidsetWorkloadAnalysis(Optional<Long> workloadAnalysis) Sets the rough planning.final voidsetWorkOrder(Optional<Long> workOrder) Sets the work order.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
-
DTORoughPlanningOrderMovementUpdate
public DTORoughPlanningOrderMovementUpdate()
-
-
Method Details
-
getWorkloadAnalysis
Gets the rough planning.- Returns:
- the rough planning
-
setWorkloadAnalysis
Sets the rough planning.- Parameters:
workloadAnalysis- the new rough planning
-
getWorkOrder
Gets the work order.- Returns:
- the work order
-
setWorkOrder
Sets the work order.- Parameters:
workOrder- the new work order
-
getDestinationBucket
Gets the destination bucket.- Returns:
- the destination bucket
-
setDestinationBucket
Sets the destination bucket.- Parameters:
destinationBucket- the new destination bucket
-