Class DTOWorkloadDistributionWeightUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight.DTOWorkloadDistributionWeightUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update workload distribution weight
- 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 Optional<ZonedDateTime> Gets the end date.final Optional<ZonedDateTime> Gets the start date.Gets the weight.Gets the workload rule w o combination.final voidsetEndDate(Optional<ZonedDateTime> endDate) Sets the end date.final voidsetStartDate(Optional<ZonedDateTime> startDate) Sets the start date.final voidSets the weight.final voidsetWorkloadRuleWorkorderCombinationId(Optional<Long> workloadRuleWorkorderCombinationId) Sets the workload rule w o combination.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
-
DTOWorkloadDistributionWeightUpdate
public DTOWorkloadDistributionWeightUpdate()
-
-
Method Details
-
getWorkloadRuleWorkorderCombinationId
Gets the workload rule w o combination.- Returns:
- the workload rule w o combination
-
setWorkloadRuleWorkorderCombinationId
public final void setWorkloadRuleWorkorderCombinationId(Optional<Long> workloadRuleWorkorderCombinationId) Sets the workload rule w o combination.- Parameters:
workloadRuleWorkorderCombinationId- the new workload rule w o combination
-
getStartDate
Gets the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the new start date
-
getEndDate
Gets the end date.- Returns:
- the end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the new end date
-
getWeight
Gets the weight.- Returns:
- the weight
-
setWeight
Sets the weight.- Parameters:
weight- the new weight
-