Class BOSkillOverrideConfiguration

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.bl.overrideconfiguration.BOSkillOverrideConfiguration
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOSkillOverrideConfiguration extends DynO
Business Object representing skill override configuration
Since:
21.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSkillOverrideConfiguration

      public BOSkillOverrideConfiguration()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getCode

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

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

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

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

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

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

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

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

      public Boolean isActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public void setActive(Boolean active)
      Sets the active.
      Parameters:
      active - the new active