Class CrewShellTechnicianAllocationCopyInput

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

public class CrewShellTechnicianAllocationCopyInput extends DynO
Business object representing the input for the CrewShellTechnicianAllocationCopyEvent event.
Since:
16.0
See Also:
  • Constructor Details

    • CrewShellTechnicianAllocationCopyInput

      public CrewShellTechnicianAllocationCopyInput()
  • Method Details

    • getOriginalCrewShell

      public Long getOriginalCrewShell()
      Returns the original BOCrewShell object's id field
      Returns:
      crewShell the BOCrewShell object's id field
      See Also:
    • setOriginalCrewShell

      public void setOriginalCrewShell(Long originalCrewShell)
      Sets the original BOCrewShell object's id field
      Parameters:
      originalCrewShell - the BOCrewShell object's id field
      See Also:
    • getDestinationCrewShell

      public Long getDestinationCrewShell()
      Returns the destination BOCrewShell object's id field
      Returns:
      crewShell the BOCrewShell object's id field
      See Also:
    • setDestinationCrewShell

      public void setDestinationCrewShell(Long destinationCrewShell)
      Sets the destination BOCrewShell object's id field
      Parameters:
      destinationCrewShell - the BOCrewShell object's id field
      See Also:
    • getDayFrom

      public Date getDayFrom()
      Returns the day to copy
      Returns:
      day the day to copy
    • setDayFrom

      public void setDayFrom(Date dayFrom)
      Sets the day to copy
      Parameters:
      dayFrom - the day to copy
    • getDayTo

      public Date getDayTo()
      Returns the destination day
      Returns:
      day the destination day
    • setDayTo

      public void setDayTo(Date dayTo)
      Sets the destination day
      Parameters:
      dayTo - the destination day