Class DTORoughPlanningBucketMovementUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.DTORoughPlanningBucketMovementUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update rough planning bucket 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 activity type.Gets the destination bucket.Gets the operation type.getOrder()Gets the order.Gets the origin bucket.getState()Gets the state.Gets the time to move.Gets the urgency.Gets the rough planning.final voidsetActivityType(Optional<Long> activityType) Sets the activity type.final voidsetDestinationBucket(Optional<Long> destinationBucket) Sets the destination bucket.final voidsetOperationType(Optional<Long> operationType) Sets the operation type.final voidSets the order.final voidsetOriginBucket(Optional<Long> originBucket) Sets the origin bucket.final voidSets the state.final voidsetTimeToMove(Optional<Long> timeToMove) Sets the time to move.final voidsetUrgency(Optional<Long> urgency) Sets the urgency.final voidsetWorkloadAnalysis(Optional<Long> workloadAnalysis) Sets the rough planning.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
-
DTORoughPlanningBucketMovementUpdate
public DTORoughPlanningBucketMovementUpdate()
-
-
Method Details
-
getWorkloadAnalysis
Gets the rough planning.- Returns:
- the rough planning
-
setWorkloadAnalysis
Sets the rough planning.- Parameters:
workloadAnalysis- the new rough planning
-
getOperationType
Gets the operation type.- Returns:
- the operation type
-
setOperationType
Sets the operation type.- Parameters:
operationType- the new operation type
-
getActivityType
Gets the activity type.- Returns:
- the activity type
-
setActivityType
Sets the activity type.- Parameters:
activityType- the new activity type
-
getUrgency
Gets the urgency.- Returns:
- the urgency
-
setUrgency
Sets the urgency.- Parameters:
urgency- the new urgency
-
getTimeToMove
Gets the time to move.- Returns:
- the time to move
-
setTimeToMove
Sets the time to move.- Parameters:
timeToMove- the new time to move
-
getOriginBucket
Gets the origin bucket.- Returns:
- the origin bucket
-
setOriginBucket
Sets the origin bucket.- Parameters:
originBucket- the new origin bucket
-
getDestinationBucket
Gets the destination bucket.- Returns:
- the destination bucket
-
setDestinationBucket
Sets the destination bucket.- Parameters:
destinationBucket- the new destination bucket
-
getOrder
Gets the order.- Returns:
- the order
-
setOrder
Sets the order.- Parameters:
order- the new order
-
getState
Gets the state.- Returns:
- the state
-
setState
Sets the state.- Parameters:
state- the new state
-