Class DTOCapacityPlanningResultDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail.DTOCapacityPlanningResultDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for capacity planning scenario result's details.
- 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 activityReturns the activity time framegetDay()Returns the dayReturns the time the resource worked on the activitygetId()Returns the capacity planning coverage detail result's idReturns the overtime the resource worked on the activityReturns the resourceReturns the capacity planning scenario's idgetTeam()Returns the team's idvoidsetActivity(Long activity) Sets the activityvoidsetActivityTimeframe(Long activityTimeframe) Sets the activity time framevoidsetDay(ZonedDateTime day) Sets the dayvoidsetDuration(Long duration) Sets the time the resource worked on the activityvoidSets the capacity planning coverage detail result's idvoidsetOverTime(Long overTime) Sets the overtime the resource worked on the activityvoidsetResource(Long resource) Sets the resourcevoidsetScenario(Long scenario) Sets the capacity planning scenario's idvoidSets the team'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
-
DTOCapacityPlanningResultDetail
public DTOCapacityPlanningResultDetail()
-
-
Method Details
-
getId
Returns the capacity planning coverage detail result's id- Returns:
- the capacity planning coverage detail result's id
-
setId
Sets the capacity planning coverage detail result's id- Parameters:
id- the capacity planning coverage detail 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:
-
getDay
Returns the day- Returns:
- the day
-
setDay
Sets the day- Parameters:
day- the day- See Also:
-
getResource
Returns the resource- Returns:
- the resource that did the activity
- See Also:
-
setResource
Sets the resource- Parameters:
resource- the resource that did the activity- See Also:
-
getActivity
Returns the activity- Returns:
- the activity
- See Also:
-
setActivity
Sets the activity- Parameters:
activity- the activity- See Also:
-
getDuration
Returns the time the resource worked on the activity- Returns:
- duration the time the resource worked on the activity
-
setDuration
Sets the time the resource worked on the activity- Parameters:
duration- the time the resource worked on the activity
-
getOverTime
Returns the overtime the resource worked on the activity- Returns:
- the overtime the resource worked on the activity
-
setOverTime
Sets the overtime the resource worked on the activity- Parameters:
overTime- the overtime the resource worked on the activity
-
getActivityTimeframe
Returns the activity time frame- Returns:
- the activity time frame
- See Also:
-
setActivityTimeframe
Sets the activity time frame- Parameters:
activityTimeframe- the activity time frame
-
getTeam
Returns the team's id- Returns:
-
setTeam
Sets the team's id- Parameters:
team-
-