Class BOSkillConfiguration

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

public class BOSkillConfiguration extends DynO
Business object representing a skill configuration
It contains the main and proper characteristics of the skill configuration, such as the id.
.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSkillConfiguration

      public BOSkillConfiguration()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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

      public Boolean getActive()
      Returns the active.
      Returns:
      the active
    • setActive

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