Class CapacityPlanningScenarioCoverageTimeReportDetailOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageTimeReportDetailOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an output for the capacity planning scenario coverage time report detail
- 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 TypeMethodDescriptionReturns the activity's idReturns the activity's codeReturns the activity's descriptionReturns the assigned overtimeReturns the assigned timeReturns the end date of the coverageReturns the activity's expected durationReturns the grouping constraintReturns the resource's idReturns the resource's nameReturns the resource's surnameReturns the activity's skillsReturns the start date of the coveragegetTeam()Returns the resource's teamvoidsetActivity(Long activity) Sets the activity's idvoidsetActivityCode(String activityCode) Sets the activity's codevoidsetActivityDescription(String activityDescription) Sets the activity's descriptionvoidsetAssignedOvertime(Long assignedOvertime) Sets the assigned overtimevoidsetAssignedTime(Long assignedTime) Sets the assigned timevoidsetEndDate(Date endDate) Sets the end date of the coveragevoidsetExpectedDuration(Long expectedDuration) Sets the activity's expected durationvoidsetGroupingConstraint(String groupingConstraint) Sets the grouping constraintvoidsetResource(Long resource) Sets the resource's idvoidsetResourceName(String resourceName) Sets the resource's namevoidsetResourceSurname(String resourceSurname) Sets the resource's surnamevoidSets the activity's skillsvoidsetStartDate(Date startDate) Sets the start date of the coveragevoidSets the resource's 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
-
CapacityPlanningScenarioCoverageTimeReportDetailOutput
public CapacityPlanningScenarioCoverageTimeReportDetailOutput()
-
-
Method Details
-
getActivity
Returns the activity's id- Returns:
- the activity's id
-
setActivity
Sets the activity's id- Parameters:
activity- the activity's id
-
getActivityCode
Returns the activity's code- Returns:
- the activity's code
-
setActivityCode
Sets the activity's code- Parameters:
activityCode- the activity's code
-
getActivityDescription
Returns the activity's description- Returns:
- the activity's description
-
setActivityDescription
Sets the activity's description- Parameters:
activityDescription- the activity's description
-
getStartDate
Returns the start date of the coverage- Returns:
- the start date of the coverage
-
setStartDate
Sets the start date of the coverage- Parameters:
startDate- the start date of the coverage
-
getEndDate
Returns the end date of the coverage- Returns:
- the end date of the coverage
-
setEndDate
Sets the end date of the coverage- Parameters:
endDate- the end date of the coverage
-
getExpectedDuration
Returns the activity's expected duration- Returns:
- the activity's expected duration
-
setExpectedDuration
Sets the activity's expected duration- Parameters:
expectedDuration- the activity's expected duration
-
getResource
Returns the resource's id- Returns:
- the resource's id
-
setResource
Sets the resource's id- Parameters:
resource- the resource's id
-
getResourceName
Returns the resource's name- Returns:
- the resource's name
-
setResourceName
Sets the resource's name- Parameters:
resourceName- the resource's name
-
getResourceSurname
Returns the resource's surname- Returns:
- the resource's surname
-
setResourceSurname
Sets the resource's surname- Parameters:
resourceSurname- the resource's surname
-
getTeam
Returns the resource's team- Returns:
- the resource's team
-
setTeam
Sets the resource's team- Parameters:
team- the resource's team
-
getAssignedTime
Returns the assigned time- Returns:
- the assigned time
-
setAssignedTime
Sets the assigned time- Parameters:
assignedTime- the assigned time
-
getAssignedOvertime
Returns the assigned overtime- Returns:
- the assigned overtime
-
setAssignedOvertime
Sets the assigned overtime- Parameters:
assignedOvertime- the assigned overtime
-
getSkills
Returns the activity's skills- Returns:
- the activity's skills
-
setSkills
Sets the activity's skills- Parameters:
skills- the activity's skills
-
getGroupingConstraint
Returns the grouping constraint- Returns:
- the grouping constraint
-
setGroupingConstraint
Sets the grouping constraint- Parameters:
groupingConstraint- the grouping constraint
-