Class WorkShiftExceptionWorkShiftUpdateInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.event.WorkShiftExceptionWorkShiftUpdateInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object representing an input object for the
WorkShiftExceptionWorkShiftUpdateEvent. - Since:
- 17.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 action performed prior to a relation update between work shift exception - work shift.Returns the work shift that was set as a component for the update.Returns the work shift exception that was set as a component for the update.voidSets the action performed prior to a relation update between work shift exception - work shift.voidsetWorkShift(BOWorkShift workShift) Sets the work shift to be used as a component for the update.voidsetWorkShiftException(BOWorkShiftException workShiftException) Sets the work shift exception to be used as a component for the update.Methods 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
-
WorkShiftExceptionWorkShiftUpdateInput
public WorkShiftExceptionWorkShiftUpdateInput()
-
-
Method Details
-
getWorkShift
Returns the work shift that was set as a component for the update.- Returns:
- workShift the work shift that was set as a component for the update
- See Also:
-
setWorkShift
Sets the work shift to be used as a component for the update.- Parameters:
workShift- the work shift to be used as a component for the update- See Also:
-
getWorkShiftException
Returns the work shift exception that was set as a component for the update.- Returns:
- workShiftException the work shift exception that was set as a component for the update
- See Also:
-
setWorkShiftException
Sets the work shift exception to be used as a component for the update.- Parameters:
workShiftException- the work shift exception to be used as a component for the update- See Also:
-
getAction
Returns the action performed prior to a relation update between work shift exception - work shift.- Returns:
- the action
-
setAction
Sets the action performed prior to a relation update between work shift exception - work shift.- Parameters:
action- the action
-