Class DTOCrewShellTechnician
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician.DTOCrewShellTechnician
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a
BOCrewShellDraftComposition object. - 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 of the crew shellReturns true if the crew shell's technician is a foremangetId()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 technicianvoidsetDay(ZonedDateTime day) Sets the composition day of the crew shellvoidsetForeman(Boolean foreman) Sets the crew shell's technician as a foremanvoidSets 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
-
DTOCrewShellTechnician
public DTOCrewShellTechnician()
-
-
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 true if the crew shell's technician is a foreman- Returns:
- foreman which is true if the crew shell's technician is a foreman
-
setForeman
Sets the crew shell's technician as a foreman- Parameters:
foreman- which is true if the crew shell's technician is a foreman
-
getDay
Returns the composition day of the crew shell- Returns:
- day the composition day of the crew shell
-
setDay
Sets the composition day of the crew shell- Parameters:
day- the composition day of the day
-