Class BORoughPlanningBucketMovement
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.BORoughPlanningBucketMovement
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing rough planning bucket 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 activity type.Gets the destination bucket.getId()Gets the id.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.voidsetActivityType(Long activityType) Sets the activity type.voidsetDestinationBucket(Long destinationBucket) Sets the destination bucket.voidSets the id.voidsetOperationType(Long operationType) Sets the operation type.voidSets the order.voidsetOriginBucket(Long originBucket) Sets the origin bucket.voidSets the state.voidsetTimeToMove(Long timeToMove) Sets the time to move.voidsetUrgency(Long urgency) Sets the urgency.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
-
BORoughPlanningBucketMovement
public BORoughPlanningBucketMovement()
-
-
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
-
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
-