Class BOWorkShiftException
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.exception.BOWorkShiftException
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a Work Shift Exception.
It represents the details about the work shift exception.
It represents the details about the work shift exception.
- Since:
- 20.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 address of the work shift exception.Returns the end date of the work shift exception.getId()Returns the ID of the work shift exception.getNote()Returns the note of the work shift exception.Returns the resource (i.e., the resource's ID) of the work shift exception.Returns the start date of the work shift exception.Returns the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift.voidsetAddress(Long address) Sets the address of the work shift exception.voidsetEndDate(Date endDate) Sets the end date of the work shift exception.voidSets the ID of the work shift exception.voidSets the note of the work shift exception.voidsetResource(Long resource) Sets the resource (i.e., the resource's ID) of the work shift exception.voidsetStartDate(Date startDate) Sets the start date of the work shift exception.voidsetWorkShiftExceptionType(Long workShiftExceptionType) Sets the work shift exception's type (i.e., the ID of the work shift exception's type) of the 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
-
BOWorkShiftException
public BOWorkShiftException()
-
-
Method Details
-
getId
Returns the ID of the work shift exception.- Returns:
- id the ID of the work shift exception
-
setId
Sets the ID of the work shift exception.- Parameters:
id- the ID of the work shift exception
-
getResource
Returns the resource (i.e., the resource's ID) of the work shift exception.- Returns:
- resource the resource (i.e., the resource's ID) of the work shift exception
-
setResource
Sets the resource (i.e., the resource's ID) of the work shift exception.- Parameters:
resource- the resource (i.e., the resource's ID) of the work shift exception
-
getStartDate
Returns the start date of the work shift exception.- Returns:
- startDate the start date of the work shift exception
-
setStartDate
Sets the start date of the work shift exception.- Parameters:
startDate- the start date of the work shift exception
-
getEndDate
Returns the end date of the work shift exception.- Returns:
- endDate the end date of the work shift exception
-
setEndDate
Sets the end date of the work shift exception.- Parameters:
endDate- the end date of the work shift exception
-
getWorkShiftExceptionType
Returns the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift.- Returns:
- workShiftException the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift
- See Also:
-
setWorkShiftExceptionType
Sets the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift.- Parameters:
workShiftExceptionType- the work shift exception's type (i.e., the ID of the work shift exception's type) of the work shift- See Also:
-
getAddress
Returns the address of the work shift exception.- Returns:
- endDate the address of the work shift exception
-
setAddress
Sets the address of the work shift exception.- Parameters:
address- the address of the work shift exception
-
getNote
Returns the note of the work shift exception.- Returns:
- note the note of the work shift exception
-
setNote
Sets the note of the work shift exception.- Parameters:
note- the note of the work shift exception
-