Class CrewShellTechnicianAllocateInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.composition.draft.event.CrewShellTechnicianAllocateInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input for the
CrewShellTechnicianAllocateEvent 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 theBOCrewShellobject's id fieldgetDay()Returns the daygetUsers()Returns the collection ofBOSchedulingUserobjects' idsvoidsetCrewShell(Long crewShell) Sets theBOCrewShellobject's id fieldvoidSets the dayvoidsetUsers(Collection<Long> users) Sets the collection ofBOSchedulingUserobjects' idsMethods 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
-
CrewShellTechnicianAllocateInput
public CrewShellTechnicianAllocateInput()
-
-
Method Details
-
getCrewShell
Returns theBOCrewShellobject's id field- Returns:
- crewShell the
BOCrewShellobject's id field - See Also:
-
setCrewShell
Sets theBOCrewShellobject's id field- Parameters:
crewShell- theBOCrewShellobject's id field- See Also:
-
getUsers
Returns the collection ofBOSchedulingUserobjects' ids- Returns:
- users the collection of
BOSchedulingUserobjects' ids - See Also:
-
setUsers
Sets the collection ofBOSchedulingUserobjects' ids- Parameters:
users- the collection ofBOSchedulingUserobjects' ids- See Also:
-
getDay
Returns the day- Returns:
- day the day
- See Also:
-
setDay
Sets the day- Parameters:
day- the day- See Also:
-