Class DTOSkillOverrideConfigurationInsert

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

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

    • DTOSkillOverrideConfigurationInsert

      public DTOSkillOverrideConfigurationInsert()
  • Method Details

    • getCode

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

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

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

      public final void setDescription(LocalizedString description)
      Sets the description.
      Parameters:
      description - the new description
    • getMinCardinality

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

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

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

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