Class DTOSkillOverrideConfigurationUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration.DTOSkillOverrideConfigurationUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOSkillOverrideConfigurationUpdate extends DynO
DTO for update skill override configuration
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOSkillOverrideConfigurationUpdate

      public DTOSkillOverrideConfigurationUpdate()
  • Method Details

    • 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
    • getMinCardinality

      public final Optional<Long> getMinCardinality()
      Gets the min cardinality.
      Returns:
      the min cardinality
    • setMinCardinality

      public final void setMinCardinality(Optional<Long> minCardinality)
      Sets the min cardinality.
      Parameters:
      minCardinality - the new min cardinality
    • getMaxCardinality

      public final Optional<Long> getMaxCardinality()
      Gets the max cardinality.
      Returns:
      the max cardinality
    • setMaxCardinality

      public final void setMaxCardinality(Optional<Long> maxCardinality)
      Sets the max cardinality.
      Parameters:
      maxCardinality - the new max cardinality