Class DTOWorkloadRuleWOCombinationUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination.DTOWorkloadRuleWOCombinationUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update work load rule w o combination
- Since:
- 19.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 operation type.Gets the urgency.Gets the workload distribution rule.final voidsetActivityType(Optional<Long> activityType) Sets the activity type.final voidsetOperationType(Optional<Long> operationType) Sets the operation type.final voidsetUrgency(Optional<Long> urgency) Sets the urgency.final voidsetWorkloadDistributionRule(Optional<Long> workloadDistributionRule) Sets the workload distribution rule.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
-
DTOWorkloadRuleWOCombinationUpdate
public DTOWorkloadRuleWOCombinationUpdate()
-
-
Method Details
-
getWorkloadDistributionRule
Gets the workload distribution rule.- Returns:
- the workload distribution rule
-
setWorkloadDistributionRule
Sets the workload distribution rule.- Parameters:
workloadDistributionRule- the new workload distribution rule
-
getActivityType
Gets the activity type.- Returns:
- the activity type
-
setActivityType
Sets the activity type.- Parameters:
activityType- the new activity type
-
getOperationType
Gets the operation type.- Returns:
- the operation type
-
setOperationType
Sets the operation type.- Parameters:
operationType- the new operation type
-
getUrgency
Gets the urgency.- Returns:
- the urgency
-
setUrgency
Sets the urgency.- Parameters:
urgency- the new urgency
-