Class DTOForecastResourceDetailUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail.DTOForecastResourceDetailUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to update resource forecast detail.
- 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 max overtime of the forecast resource detail for the specified dayReturns the unavailability of the forecast resource detail for the specified dayReturns the unusable time of the forecast resource detail's for the specified dayReturns the work duration of the forecast resource detail's specified dayvoidsetMaxOvertime(Long maxOvertime) Sets the max overtime of the forecast resource detail for the specified dayvoidsetUnavailability(Long unavailability) Sets the unavailability of the forecast resource detail for the specified dayvoidsetUnusableTime(Long unusableTime) Sets the unusable time of the forecast resource detail for the specified dayvoidsetWorkDuration(Long workDuration) Sets the work duration of the forecast resource detail's specified dayMethods 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
-
DTOForecastResourceDetailUpdate
public DTOForecastResourceDetailUpdate()
-
-
Method Details
-
getWorkDuration
Returns the work duration of the forecast resource detail's specified day- Returns:
- the work duration
-
setWorkDuration
Sets the work duration of the forecast resource detail's specified day- Parameters:
workDuration- the work duration
-
getUnusableTime
Returns the unusable time of the forecast resource detail's for the specified day- Returns:
- the unusable time
-
setUnusableTime
Sets the unusable time of the forecast resource detail for the specified day- Parameters:
unusableTime- the unusable time
-
getMaxOvertime
Returns the max overtime of the forecast resource detail for the specified day- Returns:
- the max overtime
-
setMaxOvertime
Sets the max overtime of the forecast resource detail for the specified day- Parameters:
maxOvertime- the max overtime
-