Class BOWorkShiftExceptionClass
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.BOWorkShiftExceptionClass
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a Work Shift Exception Class.
- 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 TypeMethodDescriptionReturns the active status of the work shift exception class.Returns the class type of the work shift exception class.getCode()Returns the code of the work shift exception class.Returns the description of the work shift exception class.getId()Returns the ID of the work shift exception class.getOrder()Returns the order of the work shift exception class.voidSets the active status of the work shift exception class.voidsetClassType(Long classType) Sets the class type of the work shift exception class.voidSets the code of the work shift exception class.voidsetDescription(LocalizedString description) Sets the description of the work shift exception class.voidSets the ID of the work shift exception class.voidSets the order of the work shift exception class.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
-
BOWorkShiftExceptionClass
public BOWorkShiftExceptionClass()
-
-
Method Details
-
getId
Returns the ID of the work shift exception class.- Returns:
- id the ID of the work shift exception class
-
setId
Sets the ID of the work shift exception class.- Parameters:
id- the ID of the work shift exception class
-
getCode
Returns the code of the work shift exception class.- Returns:
- code the code of the work shift exception class
-
setCode
Sets the code of the work shift exception class.- Parameters:
code- the code of the work shift exception class
-
getDescription
Returns the description of the work shift exception class.- Returns:
- description the description of the work shift exception class
-
setDescription
Sets the description of the work shift exception class.- Parameters:
description- the description of the work shift exception class
-
getClassType
Returns the class type of the work shift exception class.- Returns:
- classType the class type of the work shift exception class
- See Also:
-
setClassType
Sets the class type of the work shift exception class.- Parameters:
classType- the class type of the work shift exception class- See Also:
-
getActive
Returns the active status of the work shift exception class.- Returns:
- active the active status of the work shift exception class
-
setActive
Sets the active status of the work shift exception class.- Parameters:
active- the active status of the work shift exception class
-
getOrder
Returns the order of the work shift exception class.- Returns:
- order the order of the work shift exception class
-
setOrder
Sets the order of the work shift exception class.- Parameters:
order- the order of the work shift exception class
-