Class DTORoughPlanningOrderMovement
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement.DTORoughPlanningOrderMovement
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for 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 TypeMethodDescriptionfinal LongGets the destination bucket.final LonggetId()Gets the id.final LongGets the rough planning.final LongGets the work order.final voidsetDestinationBucket(Long destinationBucket) Sets the destination bucket.final voidSets the id.final voidsetWorkloadAnalysis(Long workloadAnalysis) Sets the rough planning.final voidsetWorkOrder(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
-
DTORoughPlanningOrderMovement
public DTORoughPlanningOrderMovement()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
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
-