Class DTOWorkloadDistributionWeight
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight.DTOWorkloadDistributionWeight
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for 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 ZonedDateTimeGets the end date.final LonggetId()Gets the id.final ZonedDateTimeGets the start date.final DoubleGets the weight.final LongGets the workload rule w o combination.final voidsetEndDate(ZonedDateTime endDate) Sets the end date.final voidSets the id.final voidsetStartDate(ZonedDateTime startDate) Sets the start date.final voidSets the weight.final voidsetWorkloadRuleWorkorderCombination(Long workloadRuleWorkorderCombination) 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
-
DTOWorkloadDistributionWeight
public DTOWorkloadDistributionWeight()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getWorkloadRuleWorkorderCombination
Gets the workload rule w o combination.- Returns:
- the workload rule w o combination
-
setWorkloadRuleWorkorderCombination
Sets the workload rule w o combination.- Parameters:
workloadRuleWorkorderCombination- 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
-