Class CrewShellSchedulingMassiveTransferInput

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

public class CrewShellSchedulingMassiveTransferInput extends DynO
Business object representing the input for the CrewShellSchedulingMassiveTransferEvent.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • CrewShellSchedulingMassiveTransferInput

      public CrewShellSchedulingMassiveTransferInput()
  • Method Details

    • getCrewShells

      public Long getCrewShells()
      Returns the crew shell id
      Returns:
      the crew shell id
    • setCrewShell

      public void setCrewShell(Long crewShell)
      Sets the crew shell id
      Parameters:
      crewShell - the crew shell id
    • getDay

      public Date getDay()
      Returns the day
      Returns:
      the day
    • setDay

      public void setDay(Date day)
      Sets the day
      Parameters:
      day - the day
    • getOldCrewShellComposition

      public List<BOCrewShellComposition> getOldCrewShellComposition()
      Returns the old crew shell composition
      Returns:
      the old crew shell composition
    • setOldCrewShellComposition

      public void setOldCrewShellComposition(List<BOCrewShellComposition> oldCrewShellComposition)
      Sets the old crew shell composition
      Parameters:
      oldCrewShellComposition - the old crew shell composition