Class DTOForecastShiftModelDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail.DTOForecastShiftModelDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for shift model detail; i.e., a row (i.e., a detail) 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 forecast shift model's idgetId()Returns the detail's id (i.e., the id of the row) of a forecast shift modelReturns the detail's max overtime of a forecast shift modelReturns the detail's sequential number 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 modelvoidsetForecastShiftModel(Long forecastShiftModel) Sets the forecast shift model's idvoidSets the detail's id (i.e., the id of the row) of a forecast shift modevoidsetMaxOvertime(Long maxOvertime) Sets the detail's max overtime of a forecast shift modelvoidsetSequentialNumber(Long sequentialNumber) Sets the detail's sequential number 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
-
DTOForecastShiftModelDetail
public DTOForecastShiftModelDetail()
-
-
Method Details
-
getId
Returns the detail's id (i.e., the id of the row) of a forecast shift model- Returns:
- the id of the detail (i.e., the id of the row) of a forecast shift mode
-
setId
Sets the detail's id (i.e., the id of the row) of a forecast shift mode- Parameters:
id- the id of the detail (i.e., the id of the row) of a forecast shift mode
-
getForecastShiftModel
Returns the forecast shift model's id- Returns:
- the forecast shift model's id
- See Also:
-
setForecastShiftModel
Sets the forecast shift model's id- Parameters:
forecastShiftModel- the forecast shift model's id- See Also:
-
getSequentialNumber
Returns the detail's sequential number of a forecast shift model- Returns:
- the detail's sequential number of a forecast shift model
-
setSequentialNumber
Sets the detail's sequential number of a forecast shift model- Parameters:
sequentialNumber- the detail's sequential number of a forecast shift model
-
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
-