Class DTOProfile
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.timesheet.rs2.config.profile.DTOProfile
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for profile.
- Since:
- 19.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 Booleanfinal StringgetCode()final Longfinal Stringfinal Booleanfinal Longfinal Longfinal Longfinal Booleanfinal Longfinal Longfinal LonggetId()final Booleanfinal Booleanfinal Longfinal Longfinal Booleanfinal Booleanfinal Booleanfinal Booleanfinal Longfinal Booleanfinal Booleanfinal Booleanfinal LonggetType()final Booleanfinal voidfinal voidfinal voidsetDelayEndOvertimeThreshold(Long delayEndOvertimeThreshold) final voidsetDescription(String description) final voidsetDurationBlockingClosure(Boolean durationBlockingClosure) final voidsetEarlyStartOvertimeThreshold(Long earlyStartOvertimeThreshold) final voidsetForcedClosureThreshold(Long forcedClosureThreshold) final voidsetForcedClosureThresholdType(Long forcedClosureThresholdType) final voidsetGapsBlockingClosure(Boolean gapsBlockingClosure) final voidsetGapThreshold(Long gapThreshold) final voidsetHistory(Long history) final voidfinal voidsetInconsistentDurationWarning(Boolean inconsistentDurationWarning) final voidsetIsDefault(Boolean isDefault) final voidsetMaxEarlyEnd(Long maxEarlyEnd) final voidsetMaxLateStart(Long maxLateStart) final voidsetOutOfShiftOvertimeWarning(Boolean outOfShiftOvertimeWarning) final voidsetOverlapBlockingClosure(Boolean overlapBlockingClosure) final voidsetOverlapWarning(Boolean overlapWarning) final voidsetOvertimeBlockingClosure(Boolean overtimeBlockingClosure) final voidsetPastTimesheetsNumber(Long pastTimesheetsNumber) final voidsetShiftBlockingClosure(Boolean shiftBlockingClosure) final voidsetShiftGapsWarning(Boolean shiftGapsWarning) final voidsetShiftNotRespectedWarning(Boolean shiftNotRespectedWarning) final voidfinal voidsetValidation(Boolean validation) 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
-
DTOProfile
public DTOProfile()
-
-
Method Details
-
getId
-
setId
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getActive
-
setActive
-
getIsDefault
-
setIsDefault
-
getType
-
setType
-
getHistory
-
setHistory
-
getShiftNotRespectedWarning
-
setShiftNotRespectedWarning
-
getMaxLateStart
-
setMaxLateStart
-
getMaxEarlyEnd
-
setMaxEarlyEnd
-
getShiftBlockingClosure
-
setShiftBlockingClosure
-
getOutOfShiftOvertimeWarning
-
setOutOfShiftOvertimeWarning
-
getEarlyStartOvertimeThreshold
-
setEarlyStartOvertimeThreshold
-
getDelayEndOvertimeThreshold
-
setDelayEndOvertimeThreshold
-
getOvertimeBlockingClosure
-
setOvertimeBlockingClosure
-
getShiftGapsWarning
-
setShiftGapsWarning
-
getGapThreshold
-
setGapThreshold
-
getGapsBlockingClosure
-
setGapsBlockingClosure
-
getOverlapWarning
-
setOverlapWarning
-
getOverlapBlockingClosure
-
setOverlapBlockingClosure
-
getInconsistentDurationWarning
-
setInconsistentDurationWarning
-
getDurationBlockingClosure
-
setDurationBlockingClosure
-
getPastTimesheetsNumber
-
setPastTimesheetsNumber
-
getValidation
-
setValidation
-
getForcedClosureThreshold
-
setForcedClosureThreshold
-
getForcedClosureThresholdType
-
setForcedClosureThresholdType
-