Class BOWorkShiftExceptionManagement
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.exception.management.BOWorkShiftExceptionManagement
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a Work Shift Exception Management.
- Since:
- 17.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the work shift exception management code.Returns the description of the work shift exception management.getId()Returns the ID of the work shift exception management.voidSets the work shift exception management code.voidsetDescription(String description) Sets the description of the work shift exception management.voidSets the ID of the work shift exception management.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
-
BOWorkShiftExceptionManagement
public BOWorkShiftExceptionManagement()
-
-
Method Details
-
getId
Returns the ID of the work shift exception management.- Returns:
- id the ID of the work shift exception management
-
setId
Sets the ID of the work shift exception management.- Parameters:
id- the ID of the work shift exception management
-
getCode
Returns the work shift exception management code.- Returns:
- the work shift exception management code
-
setCode
Sets the work shift exception management code.- Parameters:
code- the work shift exception management code
-
getDescription
Returns the description of the work shift exception management.- Returns:
- description the description of the work shift exception management
-
setDescription
Sets the description of the work shift exception management.- Parameters:
description- the description of the work shift exception management
-