Class BORoughPlanningOrderMovement
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.BORoughPlanningOrderMovement
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing rough planning order movement
- Since:
- 20.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 destination bucket.getId()Gets the id.Gets the rough planning.Gets the work order.voidsetDestinationBucket(Long destinationBucket) Sets the destination bucket.voidSets the id.voidsetWorkloadAnalysis(Long workloadAnalysis) Sets the rough planning.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
-
BORoughPlanningOrderMovement
public BORoughPlanningOrderMovement()
-
-
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
-