Class BOSkillDivisionSkill

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

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

    • BOSkillDivisionSkill

      public BOSkillDivisionSkill()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the skill division skill id.
      Parameters:
      id - the skill division skill id
    • getSkillDivision

      public Long getSkillDivision()
      Returns the skill division id.
      Returns:
      the skill division id
      See Also:
    • setSkillDivision

      public void setSkillDivision(Long skillDivision)
      Sets the skill division id.
      Parameters:
      skillDivision - the skill division id
      See Also:
    • getSkill

      public Long getSkill()
      Returns the skill id.
      Returns:
      the skill id
      See Also:
    • setSkill

      public void setSkill(Long skill)
      Sets the skill id.
      Parameters:
      skill - the skill id
      See Also: