Class CapacityPlanningScenarioCoverageReportOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageReportOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- Direct Known Subclasses:
CapacityPlanningScenarioCoverageActivityReportOutput,CapacityPlanningScenarioCoverageResourceReportOutput,CapacityPlanningScenarioCoverageTimeReportOutput
Business object representing an output for the capacity planning scenario coverage time report
- Since:
- 19.0
- See Also:
-
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 TypeMethodDescriptiongetDate()The date of the item in the reportThe position of the item in the reportThe total activity timeThe total committed resource ordinary timeThe total committed resource overtimeThe total resource ordinary timeThe total resource overtimeThe total resource unavailability timeThe total resource unusable timevoidThe date of the item in the reportvoidsetPosition(Long position) The position of the item in the reportvoidsetTotalActivityTime(Long totalActivityTime) The total activity timevoidsetTotalCommittedResourceOrdinaryTime(Long totalCommittedResourceOrdinaryTime) The total committed resource ordinary timevoidsetTotalCommittedResourceOvertime(Long totalCommittedResourceOvertime) The total committed resource overtimevoidsetTotalResourceOrdinaryTime(Long totalResourceOrdinaryTime) The total resource ordinary timevoidsetTotalResourceOvertime(Long totalResourceOvertime) The total resource overtimevoidsetTotalResourceUnavailabilityTime(Long totalResourceUnavailabilityTime) The total resource unavailability timevoidsetTotalResourceUnusableTime(Long totalResourceUnusableTime) The total resource unusable timeMethods 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
-
CapacityPlanningScenarioCoverageReportOutput
public CapacityPlanningScenarioCoverageReportOutput()
-
-
Method Details
-
getPosition
The position of the item in the report -
setPosition
The position of the item in the report -
getDate
The date of the item in the report -
setDate
The date of the item in the report -
getTotalActivityTime
The total activity time -
setTotalActivityTime
The total activity time -
getTotalCommittedResourceOrdinaryTime
The total committed resource ordinary time -
setTotalCommittedResourceOrdinaryTime
The total committed resource ordinary time -
getTotalCommittedResourceOvertime
The total committed resource overtime -
setTotalCommittedResourceOvertime
The total committed resource overtime -
getTotalResourceUnusableTime
The total resource unusable time -
setTotalResourceUnusableTime
The total resource unusable time -
getTotalResourceOrdinaryTime
The total resource ordinary time -
setTotalResourceOrdinaryTime
The total resource ordinary time -
getTotalResourceOvertime
The total resource overtime -
setTotalResourceOvertime
The total resource overtime
-