Class BOCapacityPlanningScenario
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.BOCapacityPlanningScenario
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a row of a capacity planning scenario
- Since:
- 15.0
- See Also:
- GCApi:
- bo
-
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 descriptiongetId()Returns the capacity planning scenario's idReturns the capacity planning operation center's idReturns the capacity planning scenario's processing end dateReturns the capacity planning scenario's processing start dateReturns the resource forecast header's idgetState()Returns the capacity planning state's idvoidsetActivityForecastHeader(Long activityForecastHeader) Sets the activity forecast header's idvoidSets the capacity planning's codevoidsetCoverageEndDate(Date coverageEndDate) Sets the capacity planning scenario's end date.voidsetCoverageScenarioJobId(String coverageScenarioJobId) Sets the capacity planning coverage scenario job IDvoidsetCoverageStartDate(Date coverageStartDate) Sets the capacity planning scenario's start datevoidsetDescription(String description) Sets the capacity planning's descriptionvoidSets the capacity planning's idvoidsetOperationCenter(Long operationCenter) Sets the capacity planning operation center's idvoidsetProcessingEndDate(Date processingEndDate) Sets the capacity planning scenario's end datevoidsetProcessingStartDate(Date processingStartDate) Sets the capacity planning scenario's start datevoidsetResourceForecastHeader(Long resourceForecastHeader) Sets the resource forecast header's idvoidSets the capacity planning state'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
-
BOCapacityPlanningScenario
public BOCapacityPlanningScenario()
-
-
Method Details
-
getId
Returns the capacity planning scenario's id- Returns:
- the capacity planning scenario's id
-
setId
Sets the capacity planning's id- Parameters:
id- the capacity planning's id
-
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
-
getState
Returns the capacity planning state's id- Returns:
- the state's id
- See Also:
-
setState
Sets the capacity planning state's id- Parameters:
state- the capacity planning state's id- See Also:
-
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
-
getProcessingStartDate
Returns the capacity planning scenario's processing start date- Returns:
- the capacity planning scenario's processing start date
-
setProcessingStartDate
Sets the capacity planning scenario's start date- Parameters:
processingStartDate- the capacity planning scenario's start date
-
getProcessingEndDate
Returns the capacity planning scenario's processing end date- Returns:
- the capacity planning scenario's processing end date
-
setProcessingEndDate
Sets the capacity planning scenario's end date- Parameters:
processingEndDate- 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
-