Class DTOCapacityPlanningResult
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail.DTOCapacityPlanningResult
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for capacity planning scenario result.
- 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 committed resource ordinary timeReturns the committed resource overtimegetId()Returns the capacity planning coverage result's idReturns the number of activities with full assignmentReturns the number of activities with high assignmentReturns the number of activities with low assignmentReturns the number of activities with medium assignmentReturns the number of resources with full saturationReturns the number of resources with high saturationReturns the number of resources with low saturationReturns the number of resources with medium saturationReturns the capacity planning scenario's id.Returns the total activity timeReturns the total resource ordinary timeReturns the total resource overtimevoidsetCommittedResourceOrdinaryTime(Long committedResourceOrdinaryTime) Sets the committed resource ordinary timevoidsetCommittedResourceOvertime(Long committedResourceOvertime) Sets the committed resource overtimevoidSets the capacity planning coverage result's id.voidsetNumActivitiesFullAssignment(Long numActivitiesFullAssignment) Sets the number of activities with full assignmentvoidsetNumActivitiesHighAssignment(Long numActivitiesHighAssignment) Sets the number of activities with high assignmentvoidsetNumActivitiesLowAssignment(Long numActivitiesLowAssignment) Sets the number of activities with low assignmentvoidsetNumActivitiesMediumAssignment(Long numActivitiesMediumAssignment) Sets the number of activities with medium assignmentvoidsetNumResourcesFullSaturation(Long numResourcesFullSaturation) Sets the number of resources with full saturationvoidsetNumResourcesHighSaturation(Long numResourcesHighSaturation) Sets the number of resources with high saturationvoidsetNumResourcesLowSaturation(Long numResourcesLowSaturation) Sets the number of resources with low saturationvoidsetNumResourcesMediumSaturation(Long numResourcesMediumSaturation) Sets the number of resources with medium saturationvoidsetScenario(Long scenario) Sets the capacity planning scenario's idvoidsetTotalActivityTime(Long totalActivityTime) Sets the total activity timevoidsetTotalResourceOrdinaryTime(Long totalResourceOrdinaryTime) Sets the total resource ordinary timevoidsetTotalResourceOvertime(Long totalResourceOvertime) Sets the total resource overtimeMethods 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
-
DTOCapacityPlanningResult
public DTOCapacityPlanningResult()
-
-
Method Details
-
getId
Returns the capacity planning coverage result's id- Returns:
- the capacity planning coverage result's id
-
setId
Sets the capacity planning coverage result's id.- Parameters:
id- the capacity planning coverage result's id
-
getScenario
Returns the capacity planning scenario's id.- Returns:
- the capacity planning scenario's id
- See Also:
-
setScenario
Sets the capacity planning scenario's id- Parameters:
scenario- the capacity planning scenario's id- See Also:
-
getNumResourcesLowSaturation
Returns the number of resources with low saturation- Returns:
- the number of resources with low saturation
-
setNumResourcesLowSaturation
Sets the number of resources with low saturation- Parameters:
numResourcesLowSaturation- the number of resources with low saturation
-
getNumResourcesMediumSaturation
Returns the number of resources with medium saturation- Returns:
- the number of resources with medium saturation
-
setNumResourcesMediumSaturation
Sets the number of resources with medium saturation- Parameters:
numResourcesMediumSaturation- the number of resources with medium saturation
-
getNumResourcesHighSaturation
Returns the number of resources with high saturation- Returns:
- the number of resources with high saturation
-
setNumResourcesHighSaturation
Sets the number of resources with high saturation- Parameters:
numResourcesHighSaturation- the number of resources with high saturation
-
getNumResourcesFullSaturation
Returns the number of resources with full saturation- Returns:
- the number of resources with full saturation
-
setNumResourcesFullSaturation
Sets the number of resources with full saturation- Parameters:
numResourcesFullSaturation- the number of resources with full saturation
-
getNumActivitiesLowAssignment
Returns the number of activities with low assignment- Returns:
- the number of activities with low assignment
-
setNumActivitiesLowAssignment
Sets the number of activities with low assignment- Parameters:
numActivitiesLowAssignment- the number of activities with low assignment
-
getNumActivitiesMediumAssignment
Returns the number of activities with medium assignment- Returns:
- the number of activities with medium assignment
-
setNumActivitiesMediumAssignment
Sets the number of activities with medium assignment- Parameters:
numActivitiesMediumAssignment- the number of activities with medium assignment
-
getNumActivitiesHighAssignment
Returns the number of activities with high assignment- Returns:
- the number of activities with high assignment
-
setNumActivitiesHighAssignment
Sets the number of activities with high assignment- Parameters:
numActivitiesHighAssignment- the number of activities with high assignment
-
getNumActivitiesFullAssignment
Returns the number of activities with full assignment- Returns:
- the number of activities with ful assignment
-
setNumActivitiesFullAssignment
Sets the number of activities with full assignment- Parameters:
numActivitiesFullAssignment- the number of activities with full assignment
-
getTotalActivityTime
Returns the total activity time- Returns:
- the total activity time
-
setTotalActivityTime
Sets the total activity time- Parameters:
totalActivityTime- the total activity time
-
getTotalResourceOvertime
Returns the total resource overtime- Returns:
- the total resource overtime
-
setTotalResourceOvertime
Sets the total resource overtime- Parameters:
totalResourceOvertime- the total resource overtime
-
getTotalResourceOrdinaryTime
Returns the total resource ordinary time- Returns:
- the total resource ordinary time
-
setTotalResourceOrdinaryTime
Sets the total resource ordinary time- Parameters:
totalResourceOrdinaryTime- the total resource ordinary time
-
getCommittedResourceOvertime
Returns the committed resource overtime- Returns:
- the committed resource overtime
-
setCommittedResourceOvertime
Sets the committed resource overtime- Parameters:
committedResourceOvertime- the committed resource overtime
-
getCommittedResourceOrdinaryTime
Returns the committed resource ordinary time- Returns:
- the committed resource ordinary time
-
setCommittedResourceOrdinaryTime
Sets the committed resource ordinary time- Parameters:
committedResourceOrdinaryTime- the committed resource ordinary time
-