Class BOCrewShellDraftComposition
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.composition.draft.BOCrewShellDraftComposition
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a crew shell technician.
- 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 ID of the crew shell associated with the crew shell's techniciangetDay()Returns the composition day when the technician is assigned to the crew shellReturns the foreman state of the crew shell's techniciangetId()Returns the ID of the crew shell's technicianReturns the ID of the operation center associated with the crew shell's techniciangetUser()Returns the ID of the user associated with the crew shell's technicianvoidsetCrewShell(Long crewShell) Sets the ID of the crew shell associated with the crew shell's technicianvoidSets the the composition day when the technician is assigned to the crew shellvoidsetForeman(Boolean foreman) Sets the foreman state of the crew shell's technicianvoidSets the ID of the crew shell's technicianvoidsetOperationCenter(Long operationCenter) Sets the ID of the operation center associated with the crew shell's technicianvoidSets the ID of the user associated with the crew shell's technicianMethods 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
-
BOCrewShellDraftComposition
public BOCrewShellDraftComposition()
-
-
Method Details
-
getId
Returns the ID of the crew shell's technician- Returns:
- the ID of the crew shell's technician
-
setId
Sets the ID of the crew shell's technician- Parameters:
id- the ID of the crew shell's technician
-
getOperationCenter
Returns the ID of the operation center associated with the crew shell's technician- Returns:
- operationCenter the ID of the operation center associated with the crew shell's technician
- See Also:
-
setOperationCenter
Sets the ID of the operation center associated with the crew shell's technician- Parameters:
operationCenter- the ID of the operation center associated with the crew shell's technician- See Also:
-
getCrewShell
Returns the ID of the crew shell associated with the crew shell's technician- Returns:
- crewShell the ID of the crew shell associated with the crew shell's technician
- See Also:
-
setCrewShell
Sets the ID of the crew shell associated with the crew shell's technician- Parameters:
crewShell- the ID of the crew shell associated with the crew shell's technician- See Also:
-
getUser
Returns the ID of the user associated with the crew shell's technician- Returns:
- user the ID of the user associated with the crew shell's technician
- See Also:
-
setUser
Sets the ID of the user associated with the crew shell's technician- Parameters:
user- the ID of the user associated with the crew shell's technician- See Also:
-
getForeman
Returns the foreman state of the crew shell's technician- Returns:
- true if the crew shell technician is the crew shell's foreman, false otherwise
-
setForeman
Sets the foreman state of the crew shell's technician- Parameters:
foreman- true if the crew shell technician must be the crew shell's foreman, false otherwise
-
getDay
Returns the composition day when the technician is assigned to the crew shell- Returns:
- day the composition day when the technician is assigned to the crew shell
-
setDay
Sets the the composition day when the technician is assigned to the crew shell- Parameters:
day- the composition day when the technician is assigned to the crew shell
-