Class DTOWorkloadDistributionRuleUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.weight.rule.DTOWorkloadDistributionRuleUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOWorkloadDistributionRuleUpdate extends DynO
DTO for update work load distribution rule
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkloadDistributionRuleUpdate

      public DTOWorkloadDistributionRuleUpdate()
  • Method Details

    • getOperationCenter

      public final Optional<Long> getOperationCenter()
      Gets the operation center.
      Returns:
      the operation center
    • setOperationCenter

      public final void setOperationCenter(Optional<Long> operationCenter)
      Sets the operation center.
      Parameters:
      operationCenter - the new operation center
    • getCode

      public final Optional<String> getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public final void setCode(Optional<String> code)
      Sets the code.
      Parameters:
      code - the new code
    • getDescription

      public final Optional<LocalizedString> getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public final void setDescription(Optional<LocalizedString> description)
      Sets the description.
      Parameters:
      description - the new description
    • getActive

      public Optional<Boolean> getActive()
      Gets the active flag.
      Returns:
      the active flag
    • setActive

      public void setActive(Optional<Boolean> active)
      Sets the active flag.
      Parameters:
      active - the active flag