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

public class DTOWorkloadDistributionWeightUpdate extends DynO
DTO for update workload distribution weight
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkloadDistributionWeightUpdate

      public DTOWorkloadDistributionWeightUpdate()
  • Method Details

    • getWorkloadRuleWorkorderCombinationId

      public final Optional<Long> 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

      public final Optional<ZonedDateTime> getStartDate()
      Gets the start date.
      Returns:
      the start date
    • setStartDate

      public final void setStartDate(Optional<ZonedDateTime> startDate)
      Sets the start date.
      Parameters:
      startDate - the new start date
    • getEndDate

      public final Optional<ZonedDateTime> getEndDate()
      Gets the end date.
      Returns:
      the end date
    • setEndDate

      public final void setEndDate(Optional<ZonedDateTime> endDate)
      Sets the end date.
      Parameters:
      endDate - the new end date
    • getWeight

      public final Optional<Double> getWeight()
      Gets the weight.
      Returns:
      the weight
    • setWeight

      public final void setWeight(Optional<Double> weight)
      Sets the weight.
      Parameters:
      weight - the new weight