Class CrewShellSchedulingTransferInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.scheduling.event.CrewShellSchedulingTransferInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input for the
CrewShellSchedulingTransferEvent. - Since:
- 16.0
- See Also:
- GCApi:
- bo
-
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 TypeMethodDescriptionIt returns the crew shell dummy userIt returns the destination workshiftsIt returns the crew shell's foremanIt returns the scheduling to be transferredvoidsetCrewShellDummyUser(Long crewShellDummyUser) It sets the crew shell dummy uservoidsetDestinationWorkshifts(List<BOWorkShift> destinationWorkshifts) It sets the destination workshiftsvoidsetForeman(Long foreman) It sets the crew shell's foremanvoidsetScheduling(BOScheduling scheduling) It sets the scheduling to be transferredMethods 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
-
CrewShellSchedulingTransferInput
public CrewShellSchedulingTransferInput()
-
-
Method Details
-
getScheduling
It returns the scheduling to be transferred- Returns:
- the scheduling to be transferred
-
setScheduling
It sets the scheduling to be transferred- Parameters:
scheduling- the scheduling to be transferred
-
getForeman
It returns the crew shell's foreman- Returns:
- the crew shell's foreman
-
setForeman
It sets the crew shell's foreman- Parameters:
foreman- the crew shell's foreman
-
getDestinationWorkshifts
It returns the destination workshifts- Returns:
- the destination workshifts
-
setDestinationWorkshifts
It sets the destination workshifts- Parameters:
destinationWorkshifts- the destination workshifts
-
getCrewShellDummyUser
It returns the crew shell dummy user- Returns:
- the crew shell dummy user
-
setCrewShellDummyUser
It sets the crew shell dummy user- Parameters:
crewShellDummyUser- the crew shell dummy user
-