Class WorkShiftExceptionWorkShiftDeleteInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.event.WorkShiftExceptionWorkShiftDeleteInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object representing an input object for the
WorkShiftExceptionWorkShiftDeleteEvent. - 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 work shift exception id that was set as a component for delete.Returns the work shift id that was set as a component for the update.voidsetWorkShiftExceptionId(Long workShiftExceptionId) Sets the work shift exception id to be used as a component for delete.voidsetWorkShiftId(Long workShiftId) Sets the work shift id to be used as a component for delete.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
-
WorkShiftExceptionWorkShiftDeleteInput
public WorkShiftExceptionWorkShiftDeleteInput()
-
-
Method Details
-
getWorkShiftId
Returns the work shift id that was set as a component for the update.- Returns:
- workShiftId the work shift id that was set as a component for delete
-
setWorkShiftId
Sets the work shift id to be used as a component for delete.- Parameters:
workShiftId- the work shift id to be used as a component for delete
-
getWorkShiftExceptionId
Returns the work shift exception id that was set as a component for delete.- Returns:
- workShiftExceptionId the work shift exception id that was set as a component for delete
-
setWorkShiftExceptionId
Sets the work shift exception id to be used as a component for delete.- Parameters:
workShiftExceptionId- the work shift exception to be used as a component for delete
-