Class DTOSkillOverrideConfiguration

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

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

    • DTOSkillOverrideConfiguration

      public DTOSkillOverrideConfiguration()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • 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
    • getTeamCardinality

      public final Long getTeamCardinality()
      Gets the team cardinality.
      Returns:
      the team cardinality
    • setTeamCardinality

      public final void setTeamCardinality(Long teamCardinality)
      Sets the team cardinality.
      Parameters:
      teamCardinality - the new team cardinality