Class BOFormationSkillConfiguration

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.BOFormationSkillConfiguration
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOFormationSkillConfiguration extends DynO
Business object representing the relation between a formation and the skill configurations.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOFormationSkillConfiguration

      public BOFormationSkillConfiguration()
  • Method Details

    • getId

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

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

      public Long getTeam()
      Returns the team id.
      Returns:
      the team id
    • setTeam

      public void setTeam(Long team)
      Sets the team id.
      Parameters:
      team - the team id
    • getSkillDivision

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

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

      public Long getSkillConfiguration()
      Returns the skill configuration id.
      Returns:
      the skill configuration id
    • setSkillConfiguration

      public void setSkillConfiguration(Long skillConfiguration)
      Sets the skill configuration id.
      Parameters:
      skillConfiguration - the skill configuration id