Class DTOWorkShiftExceptionInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.rs1.workshiftexception.DTOWorkShiftExceptionInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a request to insert a work shift exception.
- Since:
- 17.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal ZonedDateTimeGets the end date.final StringgetNote()Gets the work shift exception note.final LongGets the resource.final ZonedDateTimeGets the start date.final LongGets the work shift exception type.final voidsetEndDate(ZonedDateTime endDate) Sets the end date.final voidSets the work shift exception note.final voidsetResource(Long resource) Sets the resource.final voidsetStartDate(ZonedDateTime startDate) Sets the start date.final voidsetWorkShiftExceptionType(Long workShiftExceptionType) Sets the work shift exception type.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
-
DTOWorkShiftExceptionInsert
public DTOWorkShiftExceptionInsert()
-
-
Method Details
-
getResource
Gets the resource.- Returns:
- the resource
-
setResource
Sets the resource.- Parameters:
resource- the new resource
-
getStartDate
Gets the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the new start date
-
getEndDate
Gets the end date.- Returns:
- the end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the new end date
-
getWorkShiftExceptionType
Gets the work shift exception type.- Returns:
- the work shift exception type
-
setWorkShiftExceptionType
Sets the work shift exception type.- Parameters:
workShiftExceptionType- the new work shift exception type
-
getNote
Gets the work shift exception note.- Returns:
- the work shift exception note
-
setNote
Sets the work shift exception note.- Parameters:
note- the new work shift exception note
-