Class DTOWorkloadDistributionWeightInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight.DTOWorkloadDistributionWeightInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 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 voidsetStartDate(ZonedDateTime startDate) Sets the start date.final voidSets the weight.final voidsetWorkloadRuleWorkorderCombinationId(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
-
DTOWorkloadDistributionWeightInsert
public DTOWorkloadDistributionWeightInsert()
-
-
Method Details
-
getWorkloadRuleWorkorderCombinationId
Gets the workload rule w o combination.- Returns:
- the workload rule w o combination
-
setWorkloadRuleWorkorderCombinationId
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
-