Class BOWorkShiftExceptionWorkShift
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.BOWorkShiftExceptionWorkShift
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- Since:
- 17.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the ID of the work shift exception work shift.Returns the work shift of the work shift exception work shift.Returns the work shift exception of the work shift exception work shift.voidSets the ID of the work shift exception work shift.voidsetWorkShift(Long workShift) Sets the work shift of the work shift exception work shift.voidsetWorkShiftException(Long workShiftException) Sets the work shift exception of the work shift exception work shift.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
-
BOWorkShiftExceptionWorkShift
public BOWorkShiftExceptionWorkShift()
-
-
Method Details
-
getId
Returns the ID of the work shift exception work shift.- Returns:
- id the ID of the work shift exception work shift
-
setId
Sets the ID of the work shift exception work shift.- Parameters:
id- the ID of the work shift exception work shift
-
getWorkShift
Returns the work shift of the work shift exception work shift.- Returns:
- workShift the work shift of the work shift exception work shift
- See Also:
-
setWorkShift
Sets the work shift of the work shift exception work shift.- Parameters:
workShift- the work shift of the work shift exception work shift- See Also:
-
getWorkShiftException
Returns the work shift exception of the work shift exception work shift.- Returns:
- workShiftException the work shift exception of the work shift exception work shift
- See Also:
-
setWorkShiftException
Sets the work shift exception of the work shift exception work shift.- Parameters:
workShiftException- the work shift exception of the work shift exception work shift- See Also:
-