Class BOCapacityPlanningAlgorithmParamsFinder
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.BOCapacityPlanningAlgorithmParamsFinder
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing algorithm parameters (for parameter finder) for capacity planning.
- 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 skill waste weight.Gets the time frame priority weight.Gets the time frame size weight.voidsetSkillWasteWeight(Double skillWasteWeight) Sets the skill waste weight.voidsetTimeFramePriorityWeight(Double timeFramePriorityWeight) Sets the time frame priority weight.voidsetTimeFrameSizeWeight(Double timeFrameSizeWeight) Sets the time frame size weight.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
-
BOCapacityPlanningAlgorithmParamsFinder
public BOCapacityPlanningAlgorithmParamsFinder()
-
-
Method Details
-
getTimeFramePriorityWeight
Gets the time frame priority weight.- Returns:
- the time frame priority weight
-
setTimeFramePriorityWeight
Sets the time frame priority weight.- Parameters:
timeFramePriorityWeight- the time frame priority weight
-
getTimeFrameSizeWeight
Gets the time frame size weight.- Returns:
- the time frame size weight
-
setTimeFrameSizeWeight
Sets the time frame size weight.- Parameters:
timeFrameSizeWeight- the time frame size weight
-
getSkillWasteWeight
Gets the skill waste weight.- Returns:
- the skill waste weight
-
setSkillWasteWeight
Sets the skill waste weight.- Parameters:
skillWasteWeight- the skill waste weight
-