Class DTOWorkloadRuleWOCombinationInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination.DTOWorkloadRuleWOCombinationInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 TypeMethodDescriptionfinal LongGets the activity type.final LongGets the operation type.final LongGets the urgency.final LongGets the workload distribution rule.final voidsetActivityType(Long activityType) Sets the activity type.final voidsetOperationType(Long operationType) Sets the operation type.final voidsetUrgency(Long urgency) Sets the urgency.final voidsetWorkloadDistributionRule(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
-
DTOWorkloadRuleWOCombinationInsert
public DTOWorkloadRuleWOCombinationInsert()
-
-
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
-