Class CrewShellSkillReplaceInput
java.lang.Object
overit.geocallapp.wfm.core.bl.crewshell.skill.event.CrewShellSkillReplaceInput
Business object representing the input to instantiate a
CrewShellSkillReplaceEvent object. - Since:
- 16.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ID of the crew shellgetLevel()Returns the ID of the level associated with the crew shell's skillReturns the list of of the FSM skills' IDsvoidsetCrewShell(Long crewShell) Sets the ID of the crew shellvoidSets the ID of the level associated with the crew shell's skillvoidSets the list of of the FSM skills' IDs
-
Constructor Details
-
CrewShellSkillReplaceInput
public CrewShellSkillReplaceInput()
-
-
Method Details
-
getCrewShell
Returns the ID of the crew shell- Returns:
- crewShell the ID of the crew shell
- See Also:
-
setCrewShell
Sets the ID of the crew shell- Parameters:
crewShell- the ID of the crew shell- See Also:
-
getSkills
Returns the list of of the FSM skills' IDs- Returns:
- skills the list of of the FSM skills' IDs
- See Also:
-
setSkills
Sets the list of of the FSM skills' IDs- Parameters:
skills- the list of of the FSM skills' IDs- See Also:
-
getLevel
Returns the ID of the level associated with the crew shell's skill- Returns:
- level the ID of the level
- See Also:
-
setLevel
Sets the ID of the level associated with the crew shell's skill- Parameters:
level- the ID of the level- See Also:
-