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
Business object representing the input for the
DailyWorkshiftDragDropEvent event. - Since:
- 16.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns true to automatically confirm the compositionReturns the destination crew shell idReturns the destination dateReturns the destination userReturns the operation centeroverit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendarioReturns the origin calendar cellsbooleanReturns true if the origin calendar must be deletedvoidsetCompositionAutomaticConfirmation(Boolean compositionAutomaticConfirmation) Sets true to automatically confirm the compositionvoidsetDestinationCrewShell(Long destinationCrewShell) Sets the destination crew shell idvoidsetDestinationDate(Date destinationDate) Sets the destination datevoidsetDestinationUser(Long destinationUser) Sets the destination uservoidsetMoveMode(boolean moveMode) Sets true if the origin calendar must be deletedvoidsetOperationCenter(Long operationCenter) Sets the operation centervoidsetOriginCalendarCells(overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendario originCalendarCells) Sets the origin calendar cellsMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
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
Returns the destination date- Returns:
- the destination date
-
setDestinationDate
Sets the destination date- Parameters:
destinationDate- the destination date
-
getDestinationUser
Returns the destination user- Returns:
- the destination user
-
setDestinationUser
Sets the destination user- Parameters:
destinationUser- the destination user
-
getOperationCenter
Returns the operation center- Returns:
- the operation center
-
setOperationCenter
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
Returns the destination crew shell id- Returns:
- the destination crew shell id
-
setDestinationCrewShell
Sets the destination crew shell id- Parameters:
destinationCrewShell- the destination crew shell id
-
getCompositionAutomaticConfirmation
Returns true to automatically confirm the composition- Returns:
- the composition automatic confirmation
-
setCompositionAutomaticConfirmation
Sets true to automatically confirm the composition- Parameters:
compositionAutomaticConfirmation- the composition automatic confirmation
-