Class DTOCapacityPlanningScenarioCoverageTimeReport
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario.DTOCapacityPlanningScenarioCoverageTimeReport
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for capacity planning coverage scenario time report.
- Since:
- 19.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 TypeMethodDescriptiongetDate()voidsetDate(ZonedDateTime date) voidsetPosition(Long position) voidsetTotalActivityTime(Long totalActivityTime) voidsetTotalCommittedResourceOrdinaryTime(Long totalCommittedResourceOrdinaryTime) voidsetTotalCommittedResourceOvertime(Long totalCommittedResourceOvertime) voidsetTotalResourceOrdinaryTime(Long totalResourceOrdinaryTime) voidsetTotalResourceOvertime(Long totalResourceOvertime) voidsetTotalResourceUnavailabilityTime(Long totalResourceUnavailabilityTime) voidsetTotalResourceUnusableTime(Long totalResourceUnusableTime) Methods 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
-
DTOCapacityPlanningScenarioCoverageTimeReport
public DTOCapacityPlanningScenarioCoverageTimeReport()
-
-
Method Details
-
getPosition
- Returns:
- the position of the report in the scenario
-
setPosition
- Parameters:
position- the position of the report in the scenario
-
getDate
- Returns:
- the date of the report
-
setDate
- Parameters:
date- the date of the report
-
getTotalActivityTime
- Returns:
- the total activity time
-
setTotalActivityTime
- Parameters:
totalActivityTime- the total activity time
-
getTotalCommittedResourceOrdinaryTime
- Returns:
- the total committed resource ordinary time
-
setTotalCommittedResourceOrdinaryTime
- Parameters:
totalCommittedResourceOrdinaryTime- the total committed resource ordinary time
-
getTotalCommittedResourceOvertime
- Returns:
- the total committed resource overtime
-
setTotalCommittedResourceOvertime
- Parameters:
totalCommittedResourceOvertime- the total committed resource overtime
-
getTotalResourceUnusableTime
- Returns:
- the total resource unusable time
-
setTotalResourceUnusableTime
- Parameters:
totalResourceUnusableTime- the total resource unusable time
-
getTotalResourceOrdinaryTime
- Returns:
- the total resource ordinary time
-
setTotalResourceOrdinaryTime
- Parameters:
totalResourceOrdinaryTime- the total resource ordinary time
-
getTotalResourceOvertime
- Returns:
- the total resource overtime
-
setTotalResourceOvertime
- Parameters:
totalResourceOvertime- the total resource overtime
-