Class CrewShellUser

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

public class CrewShellUser extends DynO
Business object representing a crew shell and its fictitious user.
Since:
16.0
See Also:
  • Constructor Details

    • CrewShellUser

      public CrewShellUser()
  • Method Details

    • getCrewShell

      public BOCrewShell getCrewShell()
      Returns the crew shell.
      Returns:
      the crew shell
      See Also:
    • setCrewShell

      public void setCrewShell(BOCrewShell crewShell)
      Sets the crew shell.
      Parameters:
      crewShell - the crew shell
    • getUser

      public BOSchedulingUser getUser()
      Returns the scheduling user.
      Returns:
      the scheduling user
      See Also:
    • setUser

      public void setUser(BOSchedulingUser user)
      Sets the scheduling user.
      Parameters:
      user - the scheduling user