Class CrewShellTechnicianChangeForemanInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.composition.draft.event.CrewShellTechnicianChangeForemanInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- 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 dayReturns theBOCrewShellDraftCompositionobject's id fieldvoidsetCrewShell(Long crewShell) Sets theBOCrewShellobject's id fieldvoidSets the dayvoidsetTechnician(Long technician) Sets theBOCrewShellDraftCompositionobject'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
-
CrewShellTechnicianChangeForemanInput
public CrewShellTechnicianChangeForemanInput()
-
-
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:
-
getTechnician
Returns theBOCrewShellDraftCompositionobject's id field- Returns:
- technician the
BOCrewShellDraftCompositionobject's id field - See Also:
-
setTechnician
Sets theBOCrewShellDraftCompositionobject's id field- Parameters:
technician- theBOCrewShellDraftCompositionobject's id field- See Also:
-
getDay
Returns the day- Returns:
- day the day
- See Also:
-
setDay
Sets the day- Parameters:
day- the day- See Also:
-