Class RoughPlanningBucketMovementSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.event.RoughPlanningBucketMovementSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Filter object for rough planning bucket movement
- Since:
- 20.0
- See Also:
-
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.Gets the rough planning.getState()Gets the state.Gets the time to move.Gets the urgency.voidsetActivityType(Collection<Long> activityType) Sets the activity type.voidsetDestinationBucket(Collection<Long> destinationBucket) Sets the destination bucket.voidsetId(Collection<Long> id) Sets the id.voidsetOperationType(Collection<Long> operationType) Sets the operation type.voidSets the order.voidsetOriginBucket(Collection<Long> originBucket) Sets the origin bucket.voidsetRoughPlanning(Collection<Long> roughPlanning) Sets the rough planning.voidsetState(Collection<Long> state) Sets the state.voidsetTimeToMove(Long timeToMove) Sets the time to move.voidsetUrgency(Collection<Long> urgency) Sets the urgency.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
-
RoughPlanningBucketMovementSearchFilter
public RoughPlanningBucketMovementSearchFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getRoughPlanning
Gets the rough planning.- Returns:
- the rough planning
-
setRoughPlanning
Sets the rough planning.- Parameters:
roughPlanning- 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
-