Class DTOForecastShiftModelDetailUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail.DTOForecastShiftModelDetailUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to update an existing row of an existing shift model.
- Since:
- 15.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 TypeMethodDescriptionReturns the detail's max overtime of a forecast shift modelReturns the detail's unavailability of a forecast shift modelReturns the detail's unusable time of a forecast shift modelReturns the detail's work duration of a forecast shift modelvoidsetMaxOvertime(Long maxOvertime) Sets the detail's max overtime of a forecast shift modelvoidsetUnavailability(Long unavailability) Sets the detail's unavailability of a forecast shift modelvoidsetUnusableTime(Long unusableTime) Sets the detail's unusable time of a forecast shift modelvoidsetWorkDuration(Long workDuration) Sets the detail's work duration of a forecast shift modelMethods 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
-
DTOForecastShiftModelDetailUpdate
public DTOForecastShiftModelDetailUpdate()
-
-
Method Details
-
getWorkDuration
Returns the detail's work duration of a forecast shift model- Returns:
- the detail's work duration of a forecast shift model
-
setWorkDuration
Sets the detail's work duration of a forecast shift model- Parameters:
workDuration- the detail's work duration of a forecast shift model
-
getUnusableTime
Returns the detail's unusable time of a forecast shift model- Returns:
- the detail's unusable time of a forecast shift model
-
setUnusableTime
Sets the detail's unusable time of a forecast shift model- Parameters:
unusableTime- the detail's unusable time of a forecast shift model
-
getMaxOvertime
Returns the detail's max overtime of a forecast shift model- Returns:
- the detail's max overtime of a forecast shift model
-
setMaxOvertime
Sets the detail's max overtime of a forecast shift model- Parameters:
maxOvertime- the detail's max overtime of a forecast shift model
-