Class CrewShellSkillReplaceInput

java.lang.Object
overit.geocallapp.wfm.core.bl.crewshell.skill.event.CrewShellSkillReplaceInput

public class CrewShellSkillReplaceInput extends Object
Business object representing the input to instantiate a CrewShellSkillReplaceEvent object.
Since:
16.0
  • Constructor Details

    • CrewShellSkillReplaceInput

      public CrewShellSkillReplaceInput()
  • Method Details

    • getCrewShell

      public Long getCrewShell()
      Returns the ID of the crew shell
      Returns:
      crewShell the ID of the crew shell
      See Also:
    • setCrewShell

      public void setCrewShell(Long crewShell)
      Sets the ID of the crew shell
      Parameters:
      crewShell - the ID of the crew shell
      See Also:
    • getSkills

      public List<BOSkill> getSkills()
      Returns the list of of the FSM skills' IDs
      Returns:
      skills the list of of the FSM skills' IDs
      See Also:
    • setSkills

      public void setSkills(List<BOSkill> skills)
      Sets the list of of the FSM skills' IDs
      Parameters:
      skills - the list of of the FSM skills' IDs
      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: