Class CapacityPlanningScenarioCoverageActivityReportOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageReportOutput
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioCoverageActivityReportOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
public class CapacityPlanningScenarioCoverageActivityReportOutput
extends CapacityPlanningScenarioCoverageReportOutput
Business object representing an output for the capacity planning scenario coverage activity 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 activity idGets the activity codeGets the activity descriptionGets the resource idgetSkill()Gets the skill IDGets the skill codeGets the skill descriptionvoidsetActivity(Long activity) Sets the activity idvoidsetActivityCode(String activityCode) Sets the activity codevoidsetActivityDescription(String activityDescription) Sets the activity descriptionvoidsetResource(Long resource) Sets the resource idvoidSets 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
-
CapacityPlanningScenarioCoverageActivityReportOutput
public CapacityPlanningScenarioCoverageActivityReportOutput()
-
-
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
-
getActivityCode
Gets the activity code- Returns:
- the activity code
-
setActivityCode
Sets the activity code- Parameters:
activityCode- the activity code
-
getActivityDescription
Gets the activity description- Returns:
- the activity description
-
setActivityDescription
Sets the activity description- Parameters:
activityDescription- the activity description
-
getActivity
Gets the activity id- Returns:
- the activity id
-
setActivity
Sets the activity id- Parameters:
activity- the activity id
-