Class DTOCapacityPlanningScenarioCoverageActivityReport
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario.DTOCapacityPlanningScenarioCoverageActivityReport
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for capacity planning coverage scenario activity report.
- 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 TypeMethodDescriptionGets the activity IDGets the resource nameGets the resource surnamegetDate()Gets the date valueGets the position valueGets the resource IDgetSkill()Gets the skill IDGets the skill codeGets the skill descriptionGets the total activity timeGets the total committed resource ordinary timeGets the total committed resource overtimevoidsetActivity(Long activity) Sets the activity IDvoidsetActivityCode(String activityCode) Sets the resource namevoidsetActivityDescription(String activityDescription) Sets the resource surnamevoidsetDate(ZonedDateTime date) Sets the date valuevoidsetPosition(Long position) Sets the position valuevoidsetResource(Long resource) Sets the resource IDvoidSets the skill IDvoidsetSkillCode(String skillCode) Sets the skill codevoidsetSkillDescription(String skillDescription) Sets the skill descriptionvoidsetTotalActivityTime(Long totalActivityTime) Sets the total activity timevoidsetTotalCommittedResourceOrdinaryTime(Long totalCommittedResourceOrdinaryTime) Sets the total committed resource ordinary timevoidsetTotalCommittedResourceOvertime(Long totalCommittedResourceOvertime) Sets the total committed resource overtimeMethods 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
-
DTOCapacityPlanningScenarioCoverageActivityReport
public DTOCapacityPlanningScenarioCoverageActivityReport()
-
-
Method Details
-
getPosition
Gets the position value- Returns:
- the position
-
setPosition
Sets the position value- Parameters:
position- the position to set
-
getDate
Gets the date value- Returns:
- the date
-
setDate
Sets the date value- Parameters:
date- the date to set
-
getSkill
Gets the skill ID- Returns:
- the skill ID
-
setSkill
Sets the skill ID- Parameters:
skill- the skill ID to set
-
getSkillCode
Gets the skill code- Returns:
- the skill code
-
setSkillCode
Sets the skill code- Parameters:
skillCode- the skill code to set
-
getSkillDescription
Gets the skill description- Returns:
- the skill description
-
setSkillDescription
Sets the skill description- Parameters:
skillDescription- the skill description to set
-
getResource
Gets the resource ID- Returns:
- the resource ID
-
setResource
Sets the resource ID- Parameters:
resource- the resource ID to set
-
getActivityCode
Gets the resource name- Returns:
- the resource name
-
setActivityCode
Sets the resource name- Parameters:
activityCode- the resource name to set
-
getActivityDescription
Gets the resource surname- Returns:
- the resource surname
-
setActivityDescription
Sets the resource surname- Parameters:
activityDescription- the resource surname to set
-
getTotalCommittedResourceOrdinaryTime
Gets the total committed resource ordinary time- Returns:
- the total committed resource ordinary time
-
setTotalCommittedResourceOrdinaryTime
Sets the total committed resource ordinary time- Parameters:
totalCommittedResourceOrdinaryTime- the total committed resource ordinary time to set
-
getTotalCommittedResourceOvertime
Gets the total committed resource overtime- Returns:
- the total committed resource overtime
-
setTotalCommittedResourceOvertime
Sets the total committed resource overtime- Parameters:
totalCommittedResourceOvertime- the total committed resource overtime to set
-
getActivity
Gets the activity ID- Returns:
- the activity ID
-
setActivity
Sets the activity ID- Parameters:
activity- the activity ID to set
-
getTotalActivityTime
Gets the total activity time- Returns:
- the total activity time
-
setTotalActivityTime
Sets the total activity time- Parameters:
totalActivityTime- the total activity time to set
-