Class DTORoughPlanningBucketMovementInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.DTORoughPlanningBucketMovementInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 TypeMethodDescriptionfinal LongGets the activity type.final LongGets the destination bucket.final LongGets the operation type.final LonggetOrder()Gets the order.final LongGets the origin bucket.final LonggetState()Gets the state.final LongGets the time to move.final LongGets the urgency.final LongGets the rough planning.final voidsetActivityType(Long activityType) Sets the activity type.final voidsetDestinationBucket(Long destinationBucket) Sets the destination bucket.final voidsetOperationType(Long operationType) Sets the operation type.final voidSets the order.final voidsetOriginBucket(Long originBucket) Sets the origin bucket.final voidSets the state.final voidsetTimeToMove(Long timeToMove) Sets the time to move.final voidsetUrgency(Long urgency) Sets the urgency.final voidsetWorkloadAnalysis(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
-
DTORoughPlanningBucketMovementInsert
public DTORoughPlanningBucketMovementInsert()
-
-
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
-