Class DTOCapacityPlanningScenarioInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario.DTOCapacityPlanningScenarioInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to insert a new 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 capacity planning operation center's idReturns the resource forecast header's idvoidsetActivityForecastHeader(Long activityForecastHeader) Sets the activity forecast header's idvoidSets the capacity planning's codevoidsetCoverageEndDate(ZonedDateTime coverageEndDate) Sets the capacity planning scenario's end date.voidsetCoverageScenarioJobId(String coverageScenarioJobId) Sets the capacity planning coverage scenario job IDvoidsetCoverageStartDate(ZonedDateTime coverageStartDate) Sets the capacity planning scenario's start datevoidsetDescription(String description) Sets the capacity planning's descriptionvoidsetOperationCenter(Long operationCenter) Sets the capacity planning operation center's idvoidsetResourceForecastHeader(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
-
DTOCapacityPlanningScenarioInsert
public DTOCapacityPlanningScenarioInsert()
-
-
Method Details
-
getOperationCenter
Returns the capacity planning operation center's id- Returns:
- the operation center's id
- See Also:
-
setOperationCenter
Sets the capacity planning operation center's id- Parameters:
operationCenter- the operation center's id
-
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
-