Class BOCapacityPlanningResultDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.BOCapacityPlanningResultDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a row of a capacity planning detail result
- 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 activityReturns the activity time framegetDay()Returns the dayReturns the time the resource worked on the activitygetId()Returns the capacity planning coverage detail result id.Returns the overtime the resource worked on the activityReturns the resourceReturns the capacity planning scenario id.getTeam()Returns the teamvoidsetActivity(Long activity) Sets the activityvoidsetActivityTimeframe(Long activityTimeframe) Sets the activity time framevoidSets the dayvoidsetDuration(Long duration) Sets the time the resource worked on the activityvoidSets the capacity planning coverage detail result id.voidsetOverTime(Long overTime) Sets the overtime the resource worked on the activityvoidsetResource(Long resource) Sets the resourcevoidsetScenario(Long scenario) Sets the capacity planning scenario id.voidSets the teamMethods 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
-
BOCapacityPlanningResultDetail
public BOCapacityPlanningResultDetail()
-
-
Method Details
-
getId
Returns the capacity planning coverage detail result id.- Returns:
- the capacity planning coverage detail result id
-
setId
Sets the capacity planning coverage detail result id.- Parameters:
id- the capacity planning coverage detail result id
-
getScenario
Returns the capacity planning scenario id.- Returns:
- the capacity planning scenario id
- See Also:
-
setScenario
Sets the capacity planning scenario id.- Parameters:
scenario- the capacity planning scenario 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- Returns:
- the team
-
setTeam
Sets the team- Parameters:
team- the team
-