Class CrewShellCompositionCheckInput
java.lang.Object
overit.geocallapp.wfm.core.bl.crewshell.composition.event.CrewShellCompositionCheckInput
Input object for the
CrewShellCompositionCheckInput.- Since:
- 17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the crew shell composition.getLevel()Returns the level.voidsetCrewShellComposition(List<BOCrewShellDraftComposition> crewShellComposition) Sets the crew shell composition.voidsetLevel(CheckIssueLevel level) Sets the level.
-
Constructor Details
-
CrewShellCompositionCheckInput
public CrewShellCompositionCheckInput()
-
-
Method Details
-
getCrewShellComposition
Returns the crew shell composition.- Returns:
- the crew shell composition.
-
setCrewShellComposition
Sets the crew shell composition.- Parameters:
crewShellComposition- the crew shell composition.
-
getLevel
Returns the level.- Returns:
- the level
-
setLevel
Sets the level.- Parameters:
level- the level
-