Class DTOCapacityPlanningScenarioCoverageTimeReportDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario.DTOCapacityPlanningScenarioCoverageTimeReportDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for capacity planning coverage scenario time report details.
- 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 TypeMethodDescriptionReturns the activity's idReturns the activity's codeReturns the activity's descriptionReturns the assigned overtimeReturns the assigned timeReturns the coverage time report detail's end dateReturns the activity's expected durationReturns the grouping constraintReturns the resource's idReturns the resource's nameReturns the resource's surnameReturns the skillsReturns the coverage time report detail's start dategetTeam()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(ZonedDateTime endDate) Sets the coverage time report detail's end datevoidsetExpectedDuration(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 skillsvoidsetStartDate(ZonedDateTime startDate) Sets the coverage time report detail's start datevoidSets 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
-
DTOCapacityPlanningScenarioCoverageTimeReportDetail
public DTOCapacityPlanningScenarioCoverageTimeReportDetail()
-
-
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 coverage time report detail's start date- Returns:
- the coverage time report detail's start date
-
setStartDate
Sets the coverage time report detail's start date- Parameters:
startDate- the coverage time report detail's start date
-
getEndDate
Returns the coverage time report detail's end date- Returns:
- the coverage time report detail's end date
-
setEndDate
Sets the coverage time report detail's end date- Parameters:
endDate- the coverage time report detail's end date
-
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
-
getGroupingConstraint
Returns the grouping constraint- Returns:
- the grouping constraint
-
setGroupingConstraint
Sets the grouping constraint- Parameters:
groupingConstraint- the grouping constraint
-
getSkills
Returns the skills- Returns:
- the skills
-
setSkills
Sets the skills- Parameters:
skills- the skills
-