Class BOResourceShiftExceptionRequest
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.BOResourceShiftExceptionRequest
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a request to create a resource shift exception.
- Since:
- 9.2
- 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 resource shift exception request end date.Returns the resource shift exception type id.Returns the id of the user that generated the resource shift exception request.getId()Returns the resource shift exception request id.Returns the resource shift exception request insert date.Checks if the resource shift exception request is auto-validated.getNote()Returns the resource shift exception request note.Returns the notify generation date of the resource shift exception request.Returns the resource shift exception request refusal note.Returns the related request id.Returns the id of the resource for which the request was madeReturns the resource shift exception request start date.Returns the id of the the resource shift exception request status.getType()Returns the id of the resource shift exception request type.Returns the resource shift exception request validation date.Returns the id of the resource shift exception request validation user.voidsetEndDate(Date endDate) Sets the resource shift exception request end date.voidsetExceptionType(Long exceptionType) Sets the resource shift exception type id.voidsetGenerationUser(Long generationUser) Sets the id of the user that generated the resource shift exception request.voidSets the resource shift exception request id.voidsetInsertDate(Date insertDate) Sets the resource shift exception request insert date.voidsetIsAutoValidated(Boolean isAutoValidated) Set the resource shift exception request to true if it's auto-validated.voidSets the resource shift exception request note.voidsetNotifyGenerationDate(Date notifyGenerationDate) Sets the notify generation date of the resource shift exception request.voidsetRefusalNote(String refusalNote) Sets the resource shift exception request refusal note.voidsetRelatedRequest(Long relatedRequest) Sets the related request id.voidsetResource(Long resource) Sets the id of the resource for which the request was madevoidsetStartDate(Date startDate) Sets the resource shift exception request start date.voidSets the id of the resource shift exception request status.voidSets the id of the resource shift exception request type.voidsetValidationDate(Date validationDate) Sets the resource shift exception request validation date.voidsetValidationUser(Long validationUser) Sets the id of the resource shift exception request validation user.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
-
BOResourceShiftExceptionRequest
public BOResourceShiftExceptionRequest()
-
-
Method Details
-
getId
Returns the resource shift exception request id.- Returns:
- the the resource shift exception request id
-
setId
Sets the resource shift exception request id.- Parameters:
id- the resource shift exception request id
-
getType
Returns the id of the resource shift exception request type.- Returns:
- the resource shift exception request type id
- See Also:
-
setType
Sets the id of the resource shift exception request type.- Parameters:
type- the resource shift exception request type id- See Also:
-
getRelatedRequest
Returns the related request id.- Returns:
- the related request id
-
setRelatedRequest
Sets the related request id.- Parameters:
relatedRequest- the related request id
-
getGenerationUser
Returns the id of the user that generated the resource shift exception request.- Returns:
- the generation user id
- See Also:
-
setGenerationUser
Sets the id of the user that generated the resource shift exception request.- Parameters:
generationUser- the generation user id- See Also:
-
getResource
Returns the id of the resource for which the request was made- Returns:
- the resource id
- See Also:
-
setResource
Sets the id of the resource for which the request was made- Parameters:
resource- the resource id- See Also:
-
getStatus
Returns the id of the the resource shift exception request status.- Returns:
- the status id
- See Also:
-
setStatus
Sets the id of the resource shift exception request status.- Parameters:
status- the the resource shift exception request id- See Also:
-
getExceptionType
Returns the resource shift exception type id.- Returns:
- the exception type id
- See Also:
-
setExceptionType
Sets the resource shift exception type id.- Parameters:
exceptionType- the exception type id- See Also:
-
getInsertDate
Returns the resource shift exception request insert date.- Returns:
- the insert date
-
setInsertDate
Sets the resource shift exception request insert date.- Parameters:
insertDate- the insert date
-
getStartDate
Returns the resource shift exception request start date.- Returns:
- the start date
-
setStartDate
Sets the resource shift exception request start date.- Parameters:
startDate- the start date
-
getEndDate
Returns the resource shift exception request end date.- Returns:
- the end date
-
setEndDate
Sets the resource shift exception request end date.- Parameters:
endDate- the end date
-
getNote
Returns the resource shift exception request note.- Returns:
- the note
-
setNote
Sets the resource shift exception request note.- Parameters:
note- the note
-
getValidationUser
Returns the id of the resource shift exception request validation user.- Returns:
- the validation user id
- See Also:
-
setValidationUser
Sets the id of the resource shift exception request validation user.- Parameters:
validationUser- the validation user id- See Also:
-
getValidationDate
Returns the resource shift exception request validation date.- Returns:
- the validation date
-
setValidationDate
Sets the resource shift exception request validation date.- Parameters:
validationDate- the validation date
-
getRefusalNote
Returns the resource shift exception request refusal note.- Returns:
- the refusal note
-
setRefusalNote
Sets the resource shift exception request refusal note.- Parameters:
refusalNote- the refusal note
-
getIsAutoValidated
Checks if the resource shift exception request is auto-validated.- Returns:
- true if the resource shift exception request is auto-validated, false otherwise
-
setIsAutoValidated
Set the resource shift exception request to true if it's auto-validated.- Parameters:
isAutoValidated- true if the resource shift exception request is auto-validated, false otherwise
-
getNotifyGenerationDate
Returns the notify generation date of the resource shift exception request.- Returns:
- the notify generation date
-
setNotifyGenerationDate
Sets the notify generation date of the resource shift exception request.- Parameters:
notifyGenerationDate- the notify generation date
-