Class DailyWorkshiftDragDropInput

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

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

    • DailyWorkshiftDragDropInput

      public DailyWorkshiftDragDropInput()
  • Method Details

    • isMoveMode

      public boolean isMoveMode()
      Returns true if the origin calendar must be deleted
      Returns:
      the move mode flag
    • setMoveMode

      public void setMoveMode(boolean moveMode)
      Sets true if the origin calendar must be deleted
      Parameters:
      moveMode - the move mode flag
    • getDestinationDate

      public Date getDestinationDate()
      Returns the destination date
      Returns:
      the destination date
    • setDestinationDate

      public void setDestinationDate(Date destinationDate)
      Sets the destination date
      Parameters:
      destinationDate - the destination date
    • getDestinationUser

      public Long getDestinationUser()
      Returns the destination user
      Returns:
      the destination user
    • setDestinationUser

      public void setDestinationUser(Long destinationUser)
      Sets the destination user
      Parameters:
      destinationUser - the destination user
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center
      Returns:
      the operation center
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center
      Parameters:
      operationCenter - the operation center
    • getOriginCalendarCells

      public overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendario getOriginCalendarCells()
      Returns the origin calendar cells
      Returns:
      the origin calendar cells
    • setOriginCalendarCells

      public void setOriginCalendarCells(overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendario originCalendarCells)
      Sets the origin calendar cells
      Parameters:
      originCalendarCells - the origin calendar cells
    • getDestinationCrewShell

      public Long getDestinationCrewShell()
      Returns the destination crew shell id
      Returns:
      the destination crew shell id
    • setDestinationCrewShell

      public void setDestinationCrewShell(Long destinationCrewShell)
      Sets the destination crew shell id
      Parameters:
      destinationCrewShell - the destination crew shell id
    • getCompositionAutomaticConfirmation

      public Boolean getCompositionAutomaticConfirmation()
      Returns true to automatically confirm the composition
      Returns:
      the composition automatic confirmation
    • setCompositionAutomaticConfirmation

      public void setCompositionAutomaticConfirmation(Boolean compositionAutomaticConfirmation)
      Sets true to automatically confirm the composition
      Parameters:
      compositionAutomaticConfirmation - the composition automatic confirmation