Class DTOResourceForecastHeaderUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.DTOResourceForecastHeaderUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO used to update the forecast resource header.
- Since:
- 13.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 TypeMethodDescriptiongetCode()Returns the resource forecast header's codeReturns the resource forecast header's descriptionReturns the resource forecast header's end dateReturns the resource forecast header's start datevoidSets the resource forecast header's codevoidsetDescription(Optional<String> description) Sets the resource forecast header's descriptionvoidsetEndDate(Optional<Date> endDate) Sets the resource forecast header's end datevoidsetStartDate(Optional<Date> startDate) Sets the resource forecast header's start dateMethods 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
-
DTOResourceForecastHeaderUpdate
public DTOResourceForecastHeaderUpdate()
-
-
Method Details
-
getCode
Returns the resource forecast header's code- Returns:
- the resource forecast header's code
-
setCode
Sets the resource forecast header's code- Parameters:
code- the resource forecast header's code
-
getDescription
Returns the resource forecast header's description- Returns:
- the resource forecast header's description
-
setDescription
Sets the resource forecast header's description- Parameters:
description- the resource forecast header's description
-
getStartDate
Returns the resource forecast header's start date- Returns:
- the resource forecast header's start date
-
setStartDate
Sets the resource forecast header's start date- Parameters:
startDate- the resource forecast header's start date
-
getEndDate
Returns the resource forecast header's end date- Returns:
- the resource forecast header's end date
-
setEndDate
Sets the resource forecast header's end date- Parameters:
endDate- the resource forecast header's end date
-