Class DTOActivityForecastHeaderUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header.DTOActivityForecastHeaderUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to update an activity forecast header.
- 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 activity forecast header's descriptionReturns the activity forecast header's end dateReturns the activity forecast header's start datevoidsetDescription(Optional<String> description) Sets the activity forecast header 's descriptionvoidsetEndDate(Optional<Date> endDate) Sets the activity forecast header's end datevoidsetStartDate(Optional<Date> startDate) Sets the activity 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
-
DTOActivityForecastHeaderUpdate
public DTOActivityForecastHeaderUpdate()
-
-
Method Details
-
getDescription
Returns the activity forecast header's description- Returns:
- the activity forecast header's description
-
setDescription
Sets the activity forecast header 's description- Parameters:
description- the activity forecast header's description
-
getStartDate
Returns the activity forecast header's start date- Returns:
- the activity forecast header's start date
-
setStartDate
Sets the activity forecast header's start date- Parameters:
startDate- the activity forecast header's start date
-
getEndDate
Returns the activity forecast header's end date- Returns:
- the activity forecast header's end date
-
setEndDate
Sets the activity forecast header's end date- Parameters:
endDate- the activity forecast header's end date
-