Class CapacityPlanningScenarioCoverageResourceReportOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageReportOutput
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageResourceReportOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
public class CapacityPlanningScenarioCoverageResourceReportOutput
extends CapacityPlanningScenarioCoverageReportOutput
Business object representing an output for the capacity planning scenario coverage resource report
- 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 TypeMethodDescriptionGets the resource IDGets the resource codeGets the resource nameGets the resource surnamegetSkill()Gets the skill IDGets the skill codeGets the skill descriptionvoidsetResource(Long resource) Sets the resource IDvoidsetResourceCode(String resourceCode) Sets the resource codevoidsetResourceName(String resourceName) Sets the resource namevoidsetResourceSurname(String resourceSurname) Sets the resource surnamevoidSets the skill IDvoidsetSkillCode(String skillCode) Sets the skill codevoidsetSkillDescription(String skillDescription) Sets the skill descriptionMethods inherited from class overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageReportOutput
getDate, getPosition, getTotalActivityTime, getTotalCommittedResourceOrdinaryTime, getTotalCommittedResourceOvertime, getTotalResourceOrdinaryTime, getTotalResourceOvertime, getTotalResourceUnavailabilityTime, getTotalResourceUnusableTime, setDate, setPosition, setTotalActivityTime, setTotalCommittedResourceOrdinaryTime, setTotalCommittedResourceOvertime, setTotalResourceOrdinaryTime, setTotalResourceOvertime, setTotalResourceUnavailabilityTime, setTotalResourceUnusableTimeMethods 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
-
CapacityPlanningScenarioCoverageResourceReportOutput
public CapacityPlanningScenarioCoverageResourceReportOutput()
-
-
Method Details
-
getSkill
Gets the skill ID- Returns:
- the skill ID
-
setSkill
Sets the skill ID- Parameters:
skill- the skill ID
-
getSkillCode
Gets the skill code- Returns:
- the skill code
-
setSkillCode
Sets the skill code- Parameters:
skillCode- the skill code
-
getSkillDescription
Gets the skill description- Returns:
- the skill description
-
setSkillDescription
Sets the skill description- Parameters:
skillDescription- the skill description
-
getResource
Gets the resource ID- Returns:
- the resource ID
-
setResource
Sets the resource ID- Parameters:
resource- the resource ID
-
getResourceName
Gets the resource name- Returns:
- the resource name
-
setResourceName
Sets the resource name- Parameters:
resourceName- the resource name
-
getResourceSurname
Gets the resource surname- Returns:
- the resource surname
-
setResourceSurname
Sets the resource surname- Parameters:
resourceSurname- the resource surname
-
getResourceCode
Gets the resource code- Returns:
- the resource code
-
setResourceCode
Sets the resource code- Parameters:
resourceCode- the resource code
-