Class DTOCapacityPlanningScenarioCoverageResourceReport
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario.DTOCapacityPlanningScenarioCoverageResourceReport
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for capacity planning coverage scenario resource 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 TypeMethodDescriptiongetDate()Gets the date valueGets the position valueGets the resource IDGets the resource codeGets the resource nameGets the resource surnamegetSkill()Gets the skill IDGets the skill codeGets the skill descriptionGets the total committed resource ordinary timeGets the total committed resource overtimeGets the total resource ordinary timeGets the total resource overtimeGets the total resource unavailability timeGets the total resource unusable timevoidsetDate(ZonedDateTime date) Sets the date valuevoidsetPosition(Long position) Sets the position valuevoidsetResource(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 descriptionvoidsetTotalCommittedResourceOrdinaryTime(Long totalCommittedResourceOrdinaryTime) Sets the total committed resource ordinary timevoidsetTotalCommittedResourceOvertime(Long totalCommittedResourceOvertime) Sets the total committed resource overtimevoidsetTotalResourceOrdinaryTime(Long totalResourceOrdinaryTime) Sets the total resource ordinary timevoidsetTotalResourceOvertime(Long totalResourceOvertime) Sets the total resource overtimevoidsetTotalResourceUnavailabilityTime(Long totalResourceUnavailabilityTime) Sets the total resource unavailability timevoidsetTotalResourceUnusableTime(Long totalResourceUnusableTime) Sets the total resource unusable timeMethods 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
-
DTOCapacityPlanningScenarioCoverageResourceReport
public DTOCapacityPlanningScenarioCoverageResourceReport()
-
-
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
-
getResourceName
Gets the resource name- Returns:
- the resource name
-
setResourceName
Sets the resource name- Parameters:
resourceName- the resource name to set
-
getResourceSurname
Gets the resource surname- Returns:
- the resource surname
-
setResourceSurname
Sets the resource surname- Parameters:
resourceSurname- the resource surname to set
-
getResourceCode
Gets the resource code- Returns:
- the resource code
-
setResourceCode
Sets the resource code- Parameters:
resourceCode- the resource code 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
-
getTotalResourceUnusableTime
Gets the total resource unusable time- Returns:
- the total resource unusable time
-
setTotalResourceUnusableTime
Sets the total resource unusable time- Parameters:
totalResourceUnusableTime- the total resource unusable time to set
-
getTotalResourceOrdinaryTime
Gets the total resource ordinary time- Returns:
- the total resource ordinary time
-
setTotalResourceOrdinaryTime
Sets the total resource ordinary time- Parameters:
totalResourceOrdinaryTime- the total resource ordinary time to set
-
getTotalResourceOvertime
Gets the total resource overtime- Returns:
- the total resource overtime
-
setTotalResourceOvertime
Sets the total resource overtime- Parameters:
totalResourceOvertime- the total resource overtime to set
-