Class DTOCapacityPlanningScenarioUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario.DTOCapacityPlanningScenarioUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to update a capacity planning scenario 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 idgetCode()Returns the capacity planning's codeReturns the capacity planning scenario's end dateReturns the capacity planning coverage scenario job IDReturns the capacity planning scenario's start dateReturns the capacity planning's descriptionReturns the resource forecast header's idvoidsetActivityForecastHeader(Optional<Long> activityForecastHeader) Sets the activity forecast header's idvoidSets the capacity planning's codevoidsetCoverageEndDate(Optional<ZonedDateTime> coverageEndDate) Sets the capacity planning scenario's end date.voidsetCoverageScenarioJobId(Optional<String> coverageScenarioJobId) Sets the capacity planning coverage scenario job IDvoidsetCoverageStartDate(Optional<ZonedDateTime> coverageStartDate) Sets the capacity planning scenario's start datevoidsetDescription(Optional<String> description) Sets the capacity planning's descriptionvoidsetResourceForecastHeader(Optional<Long> resourceForecastHeader) Sets the resource forecast header's idMethods 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
-
DTOCapacityPlanningScenarioUpdate
public DTOCapacityPlanningScenarioUpdate()
-
-
Method Details
-
getCode
Returns the capacity planning's code- Returns:
- the capacity planning's code
-
setCode
Sets the capacity planning's code- Parameters:
code- the capacity planning's code
-
getDescription
Returns the capacity planning's description- Returns:
- the capacity planning's description
-
setDescription
Sets the capacity planning's description- Parameters:
description- the capacity planning's description
-
getResourceForecastHeader
Returns the resource forecast header's id- Returns:
- the resource forecast header's id
-
setResourceForecastHeader
Sets the resource forecast header's id- Parameters:
resourceForecastHeader- the resource forecast header's id
-
getActivityForecastHeader
Returns the activity forecast header's id- Returns:
- the activity forecast header's id
-
setActivityForecastHeader
Sets the activity forecast header's id- Parameters:
activityForecastHeader- forecast header's id
-
getCoverageStartDate
Returns the capacity planning scenario's start date- Returns:
- the capacity planning scenario's start date
-
setCoverageStartDate
Sets the capacity planning scenario's start date- Parameters:
coverageStartDate- the capacity planning scenario's start date
-
getCoverageEndDate
Returns the capacity planning scenario's end date- Returns:
- the capacity planning scenario's end date
-
setCoverageEndDate
Sets the capacity planning scenario's end date.- Parameters:
coverageEndDate- the capacity planning scenario's end date
-
getCoverageScenarioJobId
Returns the capacity planning coverage scenario job ID- Returns:
- the capacity planning coverage scenario job ID
-
setCoverageScenarioJobId
Sets the capacity planning coverage scenario job ID- Parameters:
coverageScenarioJobId- the capacity planning coverage scenario job ID
-