Class WorkShiftCancelNotificationInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.workshift.event.WorkShiftCancelNotificationInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
@Deprecated(since="17.0",
forRemoval=true)
public class WorkShiftCancelNotificationInput
extends DynO
Deprecated, for removal: This API element is subject to removal in a future version.
Object used as an input bean for the for
.
WorkShiftCancelNotificationEvent .
- Since:
- 16.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the workshift end date.Deprecated, for removal: This API element is subject to removal in a future version.Returns the workshift resource.Deprecated, for removal: This API element is subject to removal in a future version.Returns the workshift start date.Deprecated, for removal: This API element is subject to removal in a future version.Returns the workshift id.voidsetEndDate(Date endDate) Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift end date.voidsetResource(Long resource) Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift resource.voidsetStartDate(Date startDate) Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift start date.voidsetWorkShiftId(Long workShiftId) Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift id.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
-
WorkShiftCancelNotificationInput
public WorkShiftCancelNotificationInput()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getWorkShiftId
Deprecated, for removal: This API element is subject to removal in a future version.Returns the workshift id.- Returns:
- the workshift id
- See Also:
-
setWorkShiftId
Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift id.- Parameters:
workShiftId- the workshift id- See Also:
-
getResource
Deprecated, for removal: This API element is subject to removal in a future version.Returns the workshift resource.- Returns:
- the workshift resource
- See Also:
-
setResource
Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift resource.- Parameters:
resource- the workshift resource- See Also:
-
getStartDate
Deprecated, for removal: This API element is subject to removal in a future version.Returns the workshift start date.- Returns:
- the workshift start date
-
setStartDate
Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift start date.- Parameters:
startDate- the workshift start date
-
getEndDate
Deprecated, for removal: This API element is subject to removal in a future version.Returns the workshift end date.- Returns:
- the workshift end date
-
setEndDate
Deprecated, for removal: This API element is subject to removal in a future version.Sets the workshift end date.- Parameters:
endDate- the workshift end date
-