Class DTOForecastResourceDetailInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail.DTOForecastResourceDetailInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to insert 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 TypeMethodDescriptiongetDay()Returns the forecast resource detail's dayReturns the forecast resource's idReturns 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 dayvoidsetDay(ZonedDateTime day) Sets forecast resource detail'svoidsetForecastResource(Long forecastResource) Sets the forecast resource's idvoidsetMaxOvertime(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
-
DTOForecastResourceDetailInsert
public DTOForecastResourceDetailInsert()
-
-
Method Details
-
getForecastResource
Returns the forecast resource's id- Returns:
- the forecast resource's id
- See Also:
-
setForecastResource
Sets the forecast resource's id- Parameters:
forecastResource- the forecast resource's id- See Also:
-
getDay
Returns the forecast resource detail's day- Returns:
- forecast resource detail's day
-
setDay
Sets forecast resource detail's- Parameters:
day- the day
-
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
-