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
Business object representing the input for the
CrewShellTechnicianAllocationCopyEvent 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 the day to copygetDayTo()Returns the destination dayReturns the destinationBOCrewShellobject's id fieldReturns the originalBOCrewShellobject's id fieldvoidsetDayFrom(Date dayFrom) Sets the day to copyvoidSets the destination dayvoidsetDestinationCrewShell(Long destinationCrewShell) Sets the destinationBOCrewShellobject's id fieldvoidsetOriginalCrewShell(Long originalCrewShell) Sets the originalBOCrewShellobject's id fieldMethods 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
-
CrewShellTechnicianAllocationCopyInput
public CrewShellTechnicianAllocationCopyInput()
-
-
Method Details
-
getOriginalCrewShell
Returns the originalBOCrewShellobject's id field- Returns:
- crewShell the
BOCrewShellobject's id field - See Also:
-
setOriginalCrewShell
Sets the originalBOCrewShellobject's id field- Parameters:
originalCrewShell- theBOCrewShellobject's id field- See Also:
-
getDestinationCrewShell
Returns the destinationBOCrewShellobject's id field- Returns:
- crewShell the
BOCrewShellobject's id field - See Also:
-
setDestinationCrewShell
Sets the destinationBOCrewShellobject's id field- Parameters:
destinationCrewShell- theBOCrewShellobject's id field- See Also:
-
getDayFrom
Returns the day to copy- Returns:
- day the day to copy
-
setDayFrom
Sets the day to copy- Parameters:
dayFrom- the day to copy
-
getDayTo
Returns the destination day- Returns:
- day the destination day
-
setDayTo
Sets the destination day- Parameters:
dayTo- the destination day
-