Class BOCrewShellDailyPlan

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

public class BOCrewShellDailyPlan extends BOCrewShell
See Also:
  • Constructor Details

    • BOCrewShellDailyPlan

      public BOCrewShellDailyPlan()
  • Method Details

    • getMembers

      public List<CrewShellMember> getMembers()
      Returns the crew shell's members
      Returns:
      the crew shell's members
    • setMembers

      public void setMembers(List<CrewShellMember> members)
      Sets the crew shell members
      Parameters:
      members - the crew shell members
    • getWorkshift

      public Long getWorkshift()
      Returns the crew shell's workshifts
      Returns:
      the crew shell's workshifts
    • setWorkshift

      public void setWorkshift(Long workshift)
      Sets the crew shell workshifts
      Parameters:
      workshift - the crew shell workshifts
    • getSkills

      public List<BOSkill> getSkills()
      Returns the crew shell's skills
      Returns:
      the crew shell's skills
    • setSkills

      public void setSkills(List<BOSkill> skills)
      Sets the crew shell skills
      Parameters:
      skills - the crew shell skills
    • getCompositionMismatch

      public Boolean getCompositionMismatch()
      Returns true if there is a composition mismatch
      Returns:
      true if there is a composition mismatch
    • setCompositionMismatch

      public void setCompositionMismatch(Boolean compositionMismatch)
      Sets true if there is a composition mismatch
      Parameters:
      compositionMismatch - true if there is a composition mismatch
    • getWorkshiftState

      public Long getWorkshiftState()
    • setWorkshiftState

      public void setWorkshiftState(Long workshiftState)