Class CrewShellDetailInput
java.lang.Object
overit.geocallapp.wfm.core.ux.crewshell.edit.CrewShellDetailInput
Object used as input bean for the
CrewShellDetail page. - Since:
- 16.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the crew shellReturns the crew shell date.getMode()Returns the mode.voidsetCrewShell(BOCrewShell crewShell) Sets the id of the crew shellvoidsetCrewShellDate(Date crewShellDate) Sets crew shell datevoidsetMode(ContainerMode mode) Sets the mode.
-
Constructor Details
-
CrewShellDetailInput
public CrewShellDetailInput()
-
-
Method Details
-
getCrewShell
Returns the id of the crew shell- Returns:
- 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:
-
getMode
Returns the mode.- Returns:
- the mode
-
setMode
Sets the mode.- Parameters:
mode- the mode
-
getCrewShellDate
Returns the crew shell date.- Returns:
- Date crew shell date
-
setCrewShellDate
Sets crew shell date- Parameters:
crewShellDate- crew shell date
-