java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.team.BOWorkingTeam
overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.CrewShellWorkingTeam
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class CrewShellWorkingTeam extends BOWorkingTeam
Business object representing a Crew Shell working team.
Since:
17.0
See Also:
  • Constructor Details

    • CrewShellWorkingTeam

      public CrewShellWorkingTeam()
  • Method Details

    • getCrewShellCode

      public String getCrewShellCode()
      Gets the code of the Crew Shell.
      Returns:
      The code of the Crew Shell.
    • setCrewShellCode

      public void setCrewShellCode(String crewShellCode)
      Sets the code of the Crew Shell.
      Parameters:
      crewShellCode - The code of the Crew Shell.
    • getCrewShellDescription

      public String getCrewShellDescription()
      Gets the description of the Crew Shell.
      Returns:
      The description of the Crew Shell.
    • setCrewShellDescription

      public void setCrewShellDescription(String crewShellDescription)
      Sets the description of the Crew Shell.
      Parameters:
      crewShellDescription - The description of the Crew Shell.
    • getActiveCrewShell

      public Boolean getActiveCrewShell()
      Gets the active status of the Crew Shell.
      Returns:
      The active status of the Crew Shell.
    • setActiveCrewShell

      public void setActiveCrewShell(Boolean activeCrewShell)
      Sets the active status of the Crew Shell.
      Parameters:
      activeCrewShell - The active status of the Crew Shell.
    • getModelId

      public Long getModelId()
      Gets the model id of the Crew Shell.
      Returns:
      The model id of the Crew Shell.
    • setModelId

      public void setModelId(Long modelId)
      Sets the model id of the Crew Shell.
      Parameters:
      modelId - The model id of the Crew Shell.
    • getrModelId

      public Long getrModelId()
      Gets the rModel id of the Crew Shell.
      Returns:
      The rModel id of the Crew Shell.
    • setrModelId

      public void setrModelId(Long rModelId)
      Sets the rModel id of the Crew Shell.
      Parameters:
      rModelId - The rModel id of the Crew Shell.
    • getCrewSize

      public Long getCrewSize()
      Gets the size of the Crew Shell.
      Returns:
      The size of the Crew Shell.
    • setCrewSize

      public void setCrewSize(Long crewSize)
      Sets the size of the Crew Shell.
      Parameters:
      crewSize - The size of the Crew Shell.
    • getOvertimeAdimtted

      public Boolean getOvertimeAdimtted()
      Gets the overtime admission status of the Crew Shell.
      Returns:
      The overtime admission status of the Crew Shell.
    • setOvertimeAdimtted

      public void setOvertimeAdimtted(Boolean overtimeAdimtted)
      Sets the overtime admission status of the Crew Shell.
      Parameters:
      overtimeAdimtted - The overtime admission status of the Crew Shell.