Class CrewShellResourceSchedulingsDeleteInput

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

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

    • CrewShellResourceSchedulingsDeleteInput

      public CrewShellResourceSchedulingsDeleteInput()
  • Method Details

    • getResources

      public List<BOCrewShellComposition> getResources()
      Returns the resources whose schedules need to be deleted
      Returns:
      the resources
    • setResources

      public void setResources(List<BOCrewShellComposition> resources)
      Sets the resources whose schedules need to be deleted
      Parameters:
      resources - the resources whose schedules need to be deleted
    • getDay

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

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

      public Long getCrewShell()
      Returns the crew shell
      Returns:
      the crew shell
    • setCrewShell

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