Class BOWorkShiftExceptionImpact
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.BOWorkShiftExceptionImpact
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a Work Shift Exception Impact.
- 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 impact code.Returns the description of the work shift exception impact.getId()Returns the ID of the work shift exception impact.voidSets the work shift exception impact code.voidsetDescription(String description) Sets the description of the work shift exception impact.voidSets the ID of the work shift exception impact.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
-
BOWorkShiftExceptionImpact
public BOWorkShiftExceptionImpact()
-
-
Method Details
-
getId
Returns the ID of the work shift exception impact.- Returns:
- id the ID of the work shift exception impact
-
setId
Sets the ID of the work shift exception impact.- Parameters:
id- the ID of the work shift exception impact
-
getCode
Returns the work shift exception impact code.- Returns:
- the work shift exception impact code
-
setCode
Sets the work shift exception impact code.- Parameters:
code- the work shift exception impact code
-
getDescription
Returns the description of the work shift exception impact.- Returns:
- description the description of the work shift exception impact
-
setDescription
Sets the description of the work shift exception impact.- Parameters:
description- the description of the work shift exception impact
-