Class BOCrewShellSkill

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

public class BOCrewShellSkill extends DynO
Business object representing a crew shell skill.
Since:
16.0
See Also:
  • Constructor Details

    • BOCrewShellSkill

      public BOCrewShellSkill()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the crew shell's skill
      Returns:
      id the ID of the crew shell's skill
    • setId

      public void setId(Long id)
      Sets the ID of the crew shell's skill
      Parameters:
      id - the ID of the crew shell's skill
    • getCrewShell

      public Long getCrewShell()
      Returns the ID of the crew shell associated with the crew shell's skill
      Returns:
      crewShell the ID of the crew shell
      See Also:
    • setCrewShell

      public void setCrewShell(Long crewShell)
      Sets the ID of the crew shell associated with the crew shell's skill
      Parameters:
      crewShell - the ID of the crew shell
      See Also:
    • getSkill

      public Long getSkill()
      Returns the ID of the FSM skill associated with the crew shell's skill
      Returns:
      skill the ID of the FSM skill
      See Also:
    • setSkill

      public void setSkill(Long skill)
      Sets the ID of the FSM skill associated with the crew shell's skill
      Parameters:
      skill - the ID of the FSM skill
      See Also:
    • getLevel

      public Long getLevel()
      Returns the ID of the level associated with the crew shell's skill
      Returns:
      level the ID of the level
      See Also:
    • setLevel

      public void setLevel(Long level)
      Sets the ID of the level associated with the crew shell's skill
      Parameters:
      level - the ID of the level
      See Also: